disassembly
Understanding disassembly of Dalvik code?
I am playing around with smali and baksmali on a small Hello World Android application I have written. My source code is:[详细]
2023-02-07 06:37 分类:问答howto turn otool output into compilable form?
Greetings, I\'ve created a couple of text files from mac i386 binary (via otx and oto开发者_运维知识库ol -tV ), but when I try to recompile them again, I fail.[详细]
2023-02-07 05:08 分类:问答Is it possible to convert F# code to C# code?
The reason why I am asking is that I\'m learning F# and would like to attend TopCoder competitions. However, F# is not among the list of languages supported there. But C# is on the list (to be honest,[详细]
2023-02-06 21:36 分类:问答x86 or x64 disassembler lib
I know o some disassemble libs , but what I\'m looking for is one that has an api like: void * findAddrOfFirstInstructionStartingFrom( void * startAddress , InstructionType instruction);[详细]
2023-02-06 07:51 分类:问答Help with understanding a very basic main() disassembly in GDB
Heyo, I have written this very basic main function to experiment with disassembly and also to see and hopefully understand what is going on at the lower level:[详细]
2023-02-06 01:08 分类:问答gcc stack optimization?
I just wrote a code sample in C and tried disassembling it. Following is the code sample. void start() {[详细]
2023-02-05 05:23 分类:问答gcc gives weird Intel syntax
I have been trying to get a better idea of what happens under the hood by using the compiler to generate the assembly programs of various C programs at different optimization levels. There is somethin[详细]
2023-02-04 16:03 分类:问答set breakpoint in an stripped ELF executable
I have an ELF 32-bit dynamically linked, stripped file which I wish to debug. While trying to set a breakpoint at an address a message saying that the symbol table is not loaded.[详细]
2023-02-04 03:34 分类:问答Best disassembler tool for the .NET reflector?
What\'s the best disassembler tool for the .NET reflector? By best I mean, saving a .NET assembly in a disassembled state in most readable, most likely to compile with fewer changes.[详细]
2023-02-03 21:58 分类:问答It is possible to disassemble a Firefox XPCOM?
it is possible to res开发者_如何学编程tore (pseudo) code from a Firefox XPCOM DLL? I know there is a Firefox plugin called XPCOMViewer what shows me classes and interfaces and this works fine but I ne[详细]
2023-02-03 11:07 分类:问答