DynamoRIO / DynamoRIO/dynamorio
-hide should remove from the ldr hashtable too, else GetModuleHandle finds dynamorio.dll
Open
Migrated
OpSys-Windows
Priority-Low
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on April 14, 2014 16:52:52_
Our -hide only removes the 3 module lists.
GetModuleHandle("dynamorio.dll") finds us regardless (w/o earliest
injection of course) b/c the loader uses a hashtable here. This issue
covers removing our module from the hashtable, if we decide that's worth
the effort, or whether we should just push forward on earliest injection.
Xref issue #934 .
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1429_
Contributor guide
Assessment
This issue has not been assessed yet.