mirror of https://github.com/x64dbg/GleeBug
* ConvertVAtoFileOffsetEx(): implemented a handler for the bool AddressIsRVA. Before AddressToConvert was always assumed to be a RVA what lead to problems if a VA was passed in AddressToConvert [what was shown by AddressIsRVA=true] Combined with previous bug that returns INVALID_VALUE in case of an error it crashed the gleebug clientapp since they interpreted INVALID_VALUE as a file offset * ConvertFileOffsetToVA: fix for return value. In case an error occurs it now returns 0. Before it returned INVALID_VALUE. * Start commenting function purpose and it's parameters |
||
|---|---|---|
| .. | ||
| LibraryLoader | ||
| Emulator.h | ||
| FileMap.h | ||
| Global.Engine.Context.cpp | ||
| Global.Engine.Context.h | ||
| Hider.h | ||
| NativeAttach.h | ||
| PEB.h | ||
| TitanEngine.h | ||
| TitanEngine.rc | ||
| TitanEngineEmulator.cpp | ||
| TitanEngineEmulator.vcxproj | ||
| TitanEngineEmulator.vcxproj.filters | ||
| ntdll.h | ||
| ntdll_x64.lib | ||
| ntdll_x86.lib | ||
| resource.h | ||