In a C++ function I have following code: #if defined(WIN64) const int offset= 0xd1; #else const int offset= 0x77;
Can some one help me with reversing of _PrepareMenuWindow() subroutine? I am trying to find the signature of the method.
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?
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.
Can anybody please explain me the following assembly? _CGPatternGetStep: +00007fb8655pushl%ebp +10007fb8789e5movl%esp,%ebp
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.
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
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
Dump of assembler code for function read@plt: 0x0000000000402458 <read@plt+0>:jmpq 开发者_C百科*0x2b4f72(%rip)# 0x6b73d0 <_GLOBAL_OFFSET_TABLE_+232>
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