disassembly
C++ Program crash (C0000005 Access Violation) on call instruction
I have a crash that\'s puzzling me and that I thus far have found impossible to consistently reproduce.The code is compiled with Visual Studio 2008.[详细]
2023-02-01 12:54 分类:问答Disassembler for Linux capable of disassembling old DOS .COM/.EXE files
My first question here, hopefully I\'m not doing it wrong. My problem is that I have a certain old DOS program which has quite much hacked the file format to the extreme to save space. (Yes, it\'s a[详细]
2023-01-29 14:43 分类:问答Differences in dis-assembled C code of GCC and Borland?
Recently I have gotten interested into dis-assembling C code (very simple C code) and followed a tutorial that used Borland C++ Compiler v 5.5 (compiles C code just fine) and everything worked. Then I[详细]
2023-01-28 04:07 分类:问答Tool for editing .IL files?
Currently I use Notepad for this purpose. Is there any specific tool intended for editing .NET Intermediate Language files?[详细]
2023-01-28 02:22 分类:问答Hiding information of Application in C# from Disassembler
On opening my executable file in MSIL disassemb开发者_开发技巧ler it shows information of my application(like literals, function, properties, resources,...) even after I assigned them private.[详细]
2023-01-27 17:17 分类:问答Modifying assembly instructions before loading
I have a DLL that I need to load (I have written it and compiled it), and I would like to i开发者_运维问答nsert instructions between existing instructions of the assembly code before loading the DLL i[详细]
2023-01-27 11:05 分类:问答How to disassemble, modify and then reassemble a Linux executable?
Is there anyway this can be done? I\'ve used objdump but that doesn\'t produce assembly output that will be accepted by any assembler that I kn开发者_开发问答ow of. I\'d like to be able to change inst[详细]
2023-01-27 07:19 分类:问答Need clarification on MIPS memory addressing in lw
I\'m trying to understand a MIPS application, but I\'m a little confused on the following instructions:[详细]
2023-01-26 10:53 分类:问答Is there any disassembler which generates compilable assembly source code?
I would like to know, is there any Windows platform disassembler (software) can generate the assembly source code which is also compilable by an assembler?[详细]
2023-01-25 03:07 分类:问答x86 Assembly: How do Disassemblers know how to break up instructions?
How does a x86 disassembler know where to break up the instructions? I am looking at the 8088 instruction set. For example the move instruction has 7 variations that range from 2 to 4 bytes. The inst[详细]
2023-01-21 05:20 分类:问答