Thread: Remora Hook
View Single Post
  #7  
Old 09-22-2026, 09:20
Ibrahim_Mihai Ibrahim_Mihai is offline
Banned User
 
Join Date: Feb 2026
Posts: 4
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 6
Thanks Rcvd at 1 Time in 1 Post
Ibrahim_Mihai Reputation: 0
Quote:
Originally Posted by cyberbob View Post
hi,



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.
This sounds like a powerful setup. I'm particularly interested in how you're handling the bootstrap via LdrLoadDll.
Do you run into many issues with early-stage hooks before the IAT is fully populated in packed binaries?
The 'jail system' with pattern-based rules sounds incredibly useful for filtering out the noise in a busy API log. Are those rules defined in an external config file, or can you create them on the fly while monitoring? Also, are you planning to expand the monitored API list beyond the current 60?
Attached Images
File Type: png wibu1.PNG (279.5 KB, 6 views)

Last edited by Ibrahim_Mihai; 09-22-2026 at 18:06.
Reply With Quote