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 |
||
|---|---|---|
| GleeBug | ||
| MyDebugger | ||
| StaticEngine | ||
| TitanEngineEmulator | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| Doxyfile | ||
| GleeBug.sln | ||
| GleeBug.sln.DotSettings | ||
| LICENSE | ||
| README.md | ||
| ZydisExportConfig.h | ||
README.md
GleeBug
GleeBug is a Debugging Framework for Windows aimed at making debugging enjoyable. It should be complete and easy to use. Feel free to clone and send a pull request or report a bug!
Notice that the project is currently very volatile so for this reason pull requests with new features might be rejected if I feel like they don't fit the current codebase. If you plan on adding major features, please consider consulting me (mrexodia) so there isn't any time wasted.