disassembly
What does the AMD64 machine code "48 ff 25" mean? [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-13 08:52 分类:问答Win32 Kernel32.CreateThread from assembler
Hi to all.... /////开发者_如何转开发/////////////////////////////////////// PUSH 214D84DD // thread id address out[详细]
2023-04-12 23:36 分类:问答"Go to symbol" in Visual Studio disassembly?
I have the Disassembly tab open in Visual Studio. (There is no source code available.) I can\'t figure this out:[详细]
2023-04-12 16:18 分类:问答Why are some functions located densely and others are aligned and padded with int 3 instructions?
I compile the following program with Visual C++ 10: include <Windows.h> int _tmain(int /*argc*/, _TCHAR* /*argv*/[])[详细]
2023-04-09 08:54 分类:问答find a particular function in a executable using dumpbin tools family
Is it possible to know with dumpbin tools if a execu开发者_运维知识库table under windows use the command arp ?No, not really. If it has arp.exe as a string literal, and passes that string literal to W[详细]
2023-04-08 22:21 分类:问答Disassemble default iOS apps with otool
When I try to disassemble the stock iOS apps (not app store ones) with otool it isn\'t split into different methods. It\'s just one massive section. Here\'s the command I\'m using:[详细]
2023-04-05 09:41 分类:问答stack operations on a basic C program
Im disassembling this basic C code, trying to figure out what operations are done on the stack. Im doing in it on a vm, 32 bit, gcc 4.4.3, ubuntu based[详细]
2023-04-04 11:59 分类:问答Modifying and Saving in IDA
Is it possible to add code to a current binary in IDA and then save then to recompile 开发者_如何学Pythonthe binary? I\'ve looked over Google, but no suggestions as to whether IDA can do this. If not,[详细]
2023-04-04 04:10 分类:问答Decompiling Non PC Binary
I have a binary file for some old music hardware I own that\'s been out of production for the past 3 years. The company is now bust and no longer exists.[详细]
2023-04-03 23:20 分类:问答Why won't windbg disassemble half of my function?
Background: I\'m using windbg to diagnose causes from minidumps from Microsoft\'s WinQual service. I\'ve taken the time to set things up properly with PDBs and binaries in the same path location as wh[详细]
2023-04-01 22:16 分类:问答