disassembly
ASM: How to find this asm function(via offset)?
In a C++ function I have following code: #if defined(WIN64) const int offset= 0xd1; #else const int offset= 0x77;[详细]
2023-03-23 00:28 分类:问答Reversing of _PrepareMenuWindow() subroutine
Can some one help me with reversing of _PrepareMenuWindow() subroutine? I am trying to find the signature of the method.[详细]
2023-03-22 14:44 分类:问答Assembly code from Ocaml
I have simple ocaml file test.ml 1 + 2;; I compiled it. can i see assem开发者_如何转开发bly output of this code? Maybe ocaml packet has any tools for this?[详细]
2023-03-22 05:43 分类:问答Disassemble an OpenCL kernel?
I\'m not sure if it\'s possible. I want to study OpenCL in-depth, so I was wondering if there is a tool to disas开发者_如何转开发semble an compiled OpenCL kernel.[详细]
2023-03-20 09:16 分类:问答CGPatternGetStep() signature?
Can anybody please explain me the following assembly? _CGPatternGetStep: +00007fb8655pushl%ebp +10007fb8789e5movl%esp,%ebp[详细]
2023-03-16 11:15 分类:问答x86 assembly code
Can anyone tell me what the following code in x86 ASM does? It\'s only part of a larger file, but it\'s just this bit that\'s getting me down.[详细]
2023-03-14 22:04 分类:问答Can I give objdump an address and have it disassemble the containing function?
I\'m finding it really annoying to have to disassemble large swathes of library code just to get enough context to see what is causing a crash. Is there any way that I can just hand objdump an address[详细]
2023-03-14 21:12 分类:问答x86 asm: Help with disassembled code
Can anyone explain me following asm code please? What it does? I already commented it a bit out.. EDIT: C++, compiled with MS Visual C++ 2008 Express Eddition -> reassembled[详细]
2023-03-12 22:17 分类:问答Is $0x1a a register here?
Dump of assembler code for function read@plt: 0x0000000000402458 <read@plt+0>:jmpq 开发者_C百科*0x2b4f72(%rip)# 0x6b73d0 <_GLOBAL_OFFSET_TABLE_+232>[详细]
2023-03-12 03:07 分类:问答PowerPC opcode table?
I am interested in developing a PowerPC emulator for my own learning purposes. I\'ve found a fair amo开发者_运维百科unt of resources about programming in PowerPC assembly, but after quite some time lo[详细]
2023-03-07 23:20 分类:问答