![]() |
|
#1
|
||||
|
||||
|
Remora Hook
hi,
I just open-sourced my tool: Remora Hook. Win64 API monitor that hooks a target process using Export Address Table (EAT) and Import Address Table (IAT) patching -- no code modification on API bodies, no debugger attachment. Works with both normally compiled executables and heavily obfuscated, packed binaries with multiple unpacking layers, so you get a useful API log without fighting the protector first. There is also a short demo GIF on the website showing it in action. https://github.com/arkup/remora |
| The Following User Gave Reputation+1 to cyberbob For This Useful Post: | ||
JeRRy (09-08-2026) | ||
| The Following 7 Users Say Thank You to cyberbob For This Useful Post: | ||
bolo2002 (09-05-2026), CRC32 (09-06-2026), Fyyre (09-06-2026), Gyrus (09-06-2026), JeRRy (09-08-2026), MarcElBichon (09-05-2026), user_hidden (09-05-2026) | ||
|
#2
|
|||
|
|||
|
Question about your ArkDasm here: https://forum.exetools.com/showthrea...e=2#post135940
|
|
#3
|
||||
|
||||
|
Quote:
v2.0 is missing debugger integration, so Ghidra is ahead there |
| The Following User Says Thank You to cyberbob For This Useful Post: | ||
MarcElBichon (09-06-2026) | ||
|
#4
|
||||
|
||||
|
Hey cyberbob,
I've been looking at Remora. The EAT/IAT + LdrLoadDll bootstrap is a nice way to get a usable API log off packed samples without fighting the protector first. The jail is the part that isn’t holding. Want me to open issue on Github or contact you privately with findings? -Fyyre Quote:
__________________
Pax in vultu, bellum in corde. -- https://github.com/Fyyre Last edited by Fyyre; 09-20-2026 at 21:31. Reason: because I typo! |
| The Following User Says Thank You to Fyyre For This Useful Post: | ||
cyberbob (09-20-2026) | ||
|
#5
|
||||
|
||||
|
Hi Fyyre,
Both options are fine, but maybe PM me your findings here first. I’m aware the jail system isn’t bulletproof, so perhaps I can tighten it up if it doesn’t affect compatibility, since getting the API logging working was my main priority. Thanks |
| The Following User Says Thank You to cyberbob For This Useful Post: | ||
Fyyre (09-21-2026) | ||
|
#6
|
||||
|
||||
|
Certainly - let me organize everything and I'll DM you.
__________________
Pax in vultu, bellum in corde. -- https://github.com/Fyyre |
![]() |
|
|