Questions tagged [userpurge]
2 questions
1
vote
1 answer
How to hook/convert __userpurge func to __stdcall or __cdecl?
Know anybody something about hooking __userpurge type of functions?
I hooking successfully __thiscall, __stdcall, __cdecl, __usercall.
How to hook this type of functions using translation to __stdcall or __cdecl?
Function who i must hook at first…

Svisstack
- 16,203
- 6
- 66
- 100
0
votes
1 answer
Call assembly function from C++
Added a bit more assembly on top of the function and below it to get a clearer image
00427F38 . 50 PUSH EAX
00427F39 . 8975 08 MOV DWORD PTR SS:[EBP+8],ESI
00427F3C . E8 0FFE0200 CALL Test.00457D50
00427F41 . 8B4D 08 …

SSpoke
- 5,656
- 10
- 72
- 124