Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pdb::file: use wide WinAPI | Egor Tensin | 2020-09-19 |
| | |||
* | add missing copyright headers | Egor Tensin | 2020-09-14 |
| | |||
* | DbgHelp: fix move ctor | Egor Tensin | 2020-09-14 |
| | |||
* | clang-format: regroup #includes | Egor Tensin | 2020-09-14 |
| | |||
* | add some unit tests | Egor Tensin | 2020-03-27 |
| | |||
* | fix a bug where I failed to account for TCHARs, again | Egor Tensin | 2020-03-24 |
| | |||
* | switch to Boost.Nowide everywhere | Egor Tensin | 2020-03-24 |
| | |||
* | add Process class | Egor Tensin | 2020-03-24 |
| | | | | | | | | | It's intended to be used for the future dump writing functionality, to generate a meaningful file name, etc. Also, add Boost.Nowide, which provides handy UTF-8 conversion functions. I'm not sure about this, but things indicate that it's about to be included in Boost. | ||
* | CallStack: overhaul the API | Egor Tensin | 2020-03-21 |
| | |||
* | DbgHelp: start fixing the API | Egor Tensin | 2020-03-16 |
| | |||
* | mingw builds: lowercase header file names | Egor Tensin | 2020-01-25 |
| | |||
* | SymbolInfo: get rid of a dangerous hack | Egor Tensin | 2020-01-16 |
| | |||
* | add call stack collection support | Egor Tensin | 2020-01-16 |
| | |||
* | enum_symbols: support symbol mask using --mask | Egor Tensin | 2020-01-15 |
| | |||
* | DbgHelp: add more enum_* methods | Egor Tensin | 2020-01-15 |
| | |||
* | split symbol.hpp | Egor Tensin | 2020-01-15 |
| | |||
* | refactoring | Egor Tensin | 2020-01-15 |
| | |||
* | mingw builds: workaround incorrect SymLoadModule64 | Egor Tensin | 2020-01-15 |
| | |||
* | mingw builds: get rid of #pragma warning | Egor Tensin | 2020-01-15 |
| | |||
* | fix SafeInt usage | Egor Tensin | 2020-01-14 |
| | |||
* | clang-format all the code | Egor Tensin | 2020-01-14 |
| | |||
* | update exception message | Egor Tensin | 2017-08-07 |
| | |||
* | get rid of third-party warnings | Egor Tensin | 2017-06-01 |
| | |||
* | add line numbers to symbols | Egor Tensin | 2017-05-22 |
| | |||
* | refactoring | Egor Tensin | 2017-05-20 |
| | |||
* | code style | Egor Tensin | 2017-05-20 |
| | |||
* | i have no idea how this compiled | Egor Tensin | 2017-05-20 |
| | |||
* | hardening & refactoring | Egor Tensin | 2017-05-20 |
| | |||
* | don't load the same PDB twice | Egor Tensin | 2017-05-20 |
| | |||
* | don't load multiple PDBs with the same base | Egor Tensin | 2017-05-20 |
| | |||
* | hardening | Egor Tensin | 2017-05-19 |
| | |||
* | hardening & refactoring | Egor Tensin | 2017-05-19 |
| | | | | My latest obsession is integer overflows. | ||
* | refactoring | Egor Tensin | 2017-05-19 |
| | |||
* | add displacement to symbols | Egor Tensin | 2017-05-19 |
| | |||
* | initial commit | Egor Tensin | 2017-05-17 |