disassembly
How do you read the binary with gdb when no symbols available?
How do you read binaries that have been stripped by strip? That means,even disas main won\'t work. How can one be able to read such binar开发者_开发知识库ies?[详细]
2023-03-03 19:20 分类:问答Where I can find AVM2 disassembler (or dump tool)?
Greetings I found this nice answer: 开发者_开发问答How are methods found in AVM2 bytecode? See number 3.[详细]
2023-02-27 05:22 分类:问答Protect Application from Disassembling [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Is there a way to prevent Reflector from being able to reflect my source code?[详细]
2023-02-27 00:25 分类:问答ARM disassembler/cross-compiler for examining iOS compilation
Can anyone recommend either: an ARM disassembler that runs in either Windows or MacOS and which can ideally understand the executable format used by iOS[详细]
2023-02-26 19:08 分类:问答Tracking disassembly of a c# program
I am trying to understand disassembly of a c# program using objdump, since I am using vsiaul c# 2008 express edition which does not display disassembly.[详细]
2023-02-25 05:19 分类:问答How to protect source code in .dll assembly in .NET, in particular C sharp code [duplicate]
This question already has answers here: Closed 11 years ago. 开发者_如何学运维Possible Duplicate:[详细]
2023-02-23 19:56 分类:问答disassembly of C#: why is DUMPBIN native code so different from Debug's Disassembly?
Suppose this is my program simpleCsharp.exe: namespace simpleCsharp { public class Program { public static int Main(string[] args)[详细]
2023-02-22 11:07 分类:问答Leaf functions in SPARC and HP-UX
I was just reading through a Phrack article which had disassembly in HP-UX. I read that there are two classes of functions which are possible under HP-UX and SPARC; lea开发者_JAVA技巧f and non-leaf fu[详细]
2023-02-21 13:34 分类:问答What does @plt mean here?
0x00000000004004b6 <main+30>:callq0x400398 <printf@plt> Anyone knows? UPDATE Why two disas printf give me different result?[详细]
2023-02-20 16:15 分类:问答How to disassemble the main function of a stripped application?
Let\'s say I compiled the application below and stripped it\'s symbols. #include <stdio.h> int main()[详细]
2023-02-20 09:14 分类:问答