disassembly
object layout structure in .NET using disassembler
I am interested in seeing the object layout structure, and am trying to use a disassembly in visual studio.[详细]
2023-02-18 02:00 分类:问答How can I see local variable symbol name in disassembly? (from C source)
If I compile a source like this, (with Clang, Mac OS X) int main() { int a = 4; int* b = &a; int c = *b;[详细]
2023-02-16 04:30 分类:问答Atmel AVR Disassembler
Can somebody suggest me any disassembler for At开发者_如何学Cmel AVR 8-bit microcontrollers? There are opensource projects for this?[详细]
2023-02-13 17:01 分类:问答Numbers of opcodes in instruction
Is there any other (faster) way to get it? x86 architecture Here is what i wrote so far. #include <cstdio>[详细]
2023-02-13 14:14 分类:问答How to disassemble a binary executable in Linux to get the assembly code?
I 开发者_运维知识库was told to use a disassembler. Does gcc have anything built in? What is the easiest way to do this?I don\'t think gcc has a flag for it, since it\'s primarily a compiler, but anoth[详细]
2023-02-13 08:29 分类:问答how application handle exception in try catch in disassembly
Hi I am debugging such a program that call win32 api RaiseException(). I wa开发者_StackOverflow中文版nt to know how can i handle it manually not by debugger.[详细]
2023-02-13 02:26 分类:问答Is is possible to "disassemble" type created at runtime?
I\'m using .NET Reflector a lot. Now I would like to \"disassemble\" a type which I think is created at runtime - I would like to see code of dynamic proxy generated by Entity framework 4. Is it possi[详细]
2023-02-11 09:08 分类:问答Can all programs be converted to assembly?
Say w开发者_如何转开发e have an exe, can that be readily converted to assembly? Is there a way for software authors to prevent/obstruct this?No. A program can only be run by your system if it can unde[详细]
2023-02-11 07:47 分类:问答unable to set breakpoints
Im trying to get the starting address of buf. So I compile the following program and load it up in gdb.[详细]
2023-02-10 13:16 分类:问答.NET functions disassembled
When disassembling .NET functions, I notice that they all start with a similair pattern. What does this initial code do?[详细]
2023-02-09 22:53 分类:问答