mirror of https://github.com/Nonannet/copapy.git
inspect.bat added for getting objdump with wsl on windows
This commit is contained in:
parent
a9b52bcf24
commit
9fa5c82650
|
|
@ -0,0 +1,3 @@
|
||||||
|
python tools/make_example.py
|
||||||
|
python tools/extract_code.py "bin/test-aarch64.copapy" "bin/test-aarch64.copapy.bin"
|
||||||
|
wsl aarch64-linux-gnu-objdump -D -b binary -m aarch64 --adjust-vma=0x1000 bin/test-aarch64.copapy.bin
|
||||||
Loading…
Reference in New Issue