Giter Site home page Giter Site logo

gbadisasm's People

Contributors

camthesaxman avatar jiangzhengwenjz avatar pikalaxalt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gbadisasm's Issues

cool!

this looks like a nice project, but will you add a README with more details?

keep it up, cheers!

double free crash

./gbadisasm FlappyBird.gba

double free or corruption (out)
zsh: IOT instruction (core dumped)

Cannot compile due to missing -lasan.

$ make
make -C capstone-3.0.5-rc2 CAPSTONE_STATIC=yes CAPSTONE_SHARED=no CAPSTONE_ARCHS="arm"
make[1]: Entering directory '/c/(DIR)/capstone-3.0.5-rc2'
make[2]: Entering directory '/c/(DIR)/capstone-3.0.5-rc2/cstool'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/c/(DIR)/capstone-3.0.5-rc2/cstool'
cd tests && make
make[2]: Entering directory '/c/(DIR)/capstone-3.0.5-rc2/tests'
  LINK    test.static
  LINK    test_detail.static
  LINK    test_skipdata.static
  LINK    test_iter.static
  LINK    test_arm.static
make[2]: Leaving directory '/c/(DIR)/capstone-3.0.5-rc2/tests'
make[1]: Leaving directory '/c/(DIR)/capstone-3.0.5-rc2'
gcc -isystem capstone-3.0.5-rc2/include -Wall -Wextra -Wpedantic -O0 -g -fsanitize=address main.c disasm.c capstone-3.0.5-rc2/libcapstone.a -o gbadisasm
/usr/lib/gcc/x86_64-pc-msys/6.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lasan
collect2: error: ld returned 1 exit status
make: *** [Makefile:13: gbadisasm] Error 1

Assembly instruction suffix 's' in thumb functions

Problem

The disassembly result includes instruction suffix 's' in thumb functions, which causes following errors:

Error: instruction not supported in Thumb16 mode -- `subs r0,r0,#4'

Error: instruction not supported in Thumb16 mode -- `subs r1,r1,#4'

Error: instruction not supported in Thumb16 mode -- `adds r0,r0,#1'

Cross toolchain version: arm-none-eabi-gcc (devkitARM release 53) 9.1.0

Request

Remove instruction suffix 's' in thumb functions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.