Kevin Weatherman
Kevin Weatherman
1) The project build doesn't match the release output. If you build it you will get three separate executables: "fakepdb_coff.exe", "fakepdb_pdb.exe", "fakepdb_pe.exe", rather than a single "fakepdb.exe" executable. Not a...
If you try to load an invalid trace file path, or anything that triggers an internal error message it will result in an access violation crash. This is because of...
First of all this is great. A problem I've experimented with and wanted to solve for a while. So thanks a lot for your work. I do notice there are...
Since Gepetto attempts to connect on load, this can cause a delay in IDA Pro 9 from loading from around a second to five seconds are more (depending on the...
Not a big deal, but you call `VMMDLL_Map_GetVadW` without a matching `VMMDLL_MemFree` call. Not sure how often `get_memory_region` gets called, but it will result in a memory leak each time....