Posted: Wed Jan 06, 2021 10:20 am Post subject: How do I limit AOBScan in lua script to first module (exe)?
As title, how do I limit AOBScan in lua script (not in assembly) to only scan the memory space of the process exe module but not the dlls?
There is aobscanmodule in assembly but I do not know how to set it to the process exe either without hard setting the name (which can change if the user renames the exe). So, it would be nice if someone can tell me how to achieve setting it to the process exe without typing out the name as well.
AFAIK there's nothing that lets you scan a specific module. You'll have to use MemScan and limit the region yourself. (use a search engine for examples) _________________
I don't know where I'm going, but I'll figure it out when I get there.
You can create a list for "Memory Scan Options".
By default; "All", the whole list is used.
Maybe here; You can filter the .exe and .dlls you want to scan.
Just an idea..
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum