mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
由于oda不知什么原因500了,所以自己弄了个功能来查看反汇编的指令码
This commit is contained in:
parent
fae275e5c0
commit
0b51c76f49
3
tools/cheat-builder/asm/dism.sh
Normal file
3
tools/cheat-builder/asm/dism.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
PATH=$PATH:/var/devkit/bin
|
||||||
|
arm-agb-elf-objdump -D -m arm -b binary /var/asm/code.bin
|
2
tools/cheat-builder/codeview.sh
Executable file
2
tools/cheat-builder/codeview.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
docker run -it --rm -v /root/3ds/devkit/gbatool/devkitadv:/var/devkit -v /root/3ds/devkit/gbatool/asm:/var/asm i386/debian:buster-slim bash /var/asm/dism.sh
|
Loading…
x
Reference in New Issue
Block a user