
Hex-Rays forum - Login
Sep 14, 2008 · The board requires you to be registered and logged in to view this forum. Username: Password: I forgot my password
[MSVS] __declspec (naked) on patching issue - Hex-Rays forum
Aug 29, 2016 · Hi Mark, thanks in advance for the fast responde and for the tip I think however that I didn't explained very well the actual problem, 'll try to do better this time. I can think in some possible solutions to workaround the problem of compiler using EBP to temporary storage in naked functions (e.g., use the naked just as a bridge to a cdecl function which will actually …
How to mod the m32r processor module to... - Hex-Rays forum
Oct 9, 2009 · Just looking for a few tidbits so I can patch the m32r processor module a bit more. First, the stack analysis did not work at all so i've patched it to the point of sorta working. That was fairly easy since I just modified some hardcoded ASSumptions that were not applicable to the compiler used. I'm just not clear enough on exactly how everything under the hood works so I …
Emulator changing the interpretation of previous instruction - Hex …
Sep 16, 2009 · Hi! I'm a newbie at Ida Pro. I'm trying to deal with a processor module where succeeding instructions can change the interpretation of preceeding ones, specifically, whether an immediate value is used as a pointer or not. I believe this is going to be an emulator function. I know there's a way in the SDK to decode the previous instruction, but can I change that …
Hex-Rays forum - Login
Dec 17, 2015 · This forum is permanently in read-only mode. To create a new topic, please visit and log in to community.hex-rays.com
Golang decompiler support? - Hex-Rays forum
May 13, 2008 · It is still punctual, but more and more malware start to pop up written in Go. Among others, one problem with IDA is the different calling convention. From what I see - using 64 bit code - it works like this in Go: - Parameters are always passed on the stack, never in registers - Results (Go supports several) are also passed on the stack, like additional …
Reading structures in Python - Hex-Rays forum
Oct 14, 2010 · Reading structures in Python 10 posts • Page 1 of 1 XVilka Posts: 65 Joined: Thu Oct 14, 2010 4:14 pm
Hex-Rays forum - User Control Panel - Login
Login Username: Password: I forgot my password Remember me Hide my online status this session
Determining accesses to static data on ARM - Hex-Rays forum
Jun 11, 2005 · Determining accesses to static data on ARM by gramster » Sun Jun 12, 2005 8:01 am
SDK questions... - Hex-Rays forum
Apr 30, 2001 · To make sense of the answer that follows, remember that a processor module participates in the disassembly of a program in three distinct steps: analysis (ana), emulation (emu) and output (out). To successfully disassemble a branch instruction you must first setup the destination operand of the instruction correctly in ana () and then notify the IDA kernel of the …