Forwarded from duangsuse::Echo
参考以上 JNI Java 方法调用
从 x86 的 libcore.so 里拿到的
从 x86 的 libcore.so 里拿到的
Forwarded from duangsuse::Echo
https://github.com/plasma-disassembler/plasma
https://github.com/radareorg/cutter
https://github.com/androguard/androguard
#recommend #reveng
https://github.com/radareorg/cutter
https://github.com/androguard/androguard
#recommend #reveng
GitHub
GitHub - plasma-disassembler/plasma: Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code…
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax. - plasma-disassembler/plasma
Forwarded from duangsuse::Echo
Architectures:
6502, 8051, CRIS, H8/300, LH5801, T8200, arc, arm, avr, bf, blackfin, xap, dalvik, dcpu16, gameboy, i386, i4004, i8080, m68k, malbolge, mips, msil, msp430, nios II, powerpc, rar, sh, snes, sparc, tms320 (c54x c55x c55+), V810, x86-64, zimg, risc-v.
File Formats:
bios, CGC, dex, elf, elf64, filesystem, java, fatmach0, mach0, mach0-64, MZ, PE, PE+, TE, COFF, plan9, dyldcache, Commodore VICE emulator, Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs.
Operating Systems:
Android, GNU/Linux, [Net|Free|Open]BSD, iOS, OSX, QNX, w32, w64, Solaris, Haiku, FirefoxOS
6502, 8051, CRIS, H8/300, LH5801, T8200, arc, arm, avr, bf, blackfin, xap, dalvik, dcpu16, gameboy, i386, i4004, i8080, m68k, malbolge, mips, msil, msp430, nios II, powerpc, rar, sh, snes, sparc, tms320 (c54x c55x c55+), V810, x86-64, zimg, risc-v.
File Formats:
bios, CGC, dex, elf, elf64, filesystem, java, fatmach0, mach0, mach0-64, MZ, PE, PE+, TE, COFF, plan9, dyldcache, Commodore VICE emulator, Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs.
Operating Systems:
Android, GNU/Linux, [Net|Free|Open]BSD, iOS, OSX, QNX, w32, w64, Solaris, Haiku, FirefoxOS
Forwarded from duangsuse::Echo
Forwarded from duangsuse::Echo
(本来打算动态来着
加个 debug flag 就可以上 AndBug 动态分析
加个 debug flag 就可以上 AndBug 动态分析
Forwarded from duangsuse::Echo
public static native boolean www(CharSequence charSequence, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8);Forwarded from duangsuse::Echo
正在尝试添加
android:debuggable="true" 却一直没办法编码 AndroidMainfest.xml 的 duangsuse