Releases: ClawmanCat/SymbolGenerator
Releases · ClawmanCat/SymbolGenerator
v.0.0.6
v.0.0.5
- Null-type symbols are no longer force-excluded as, contrary to Microsoft's own documentation, some actually valid symbols seem to be marked as such.
- Add
--trace
flag, which shows the reason for the inclusion and exclusion of every found symbol.
v0.0.4
- Fix namespace splitting within template arguments of demangled names
- Fix namespace splitting within symbols with special names like dynamic initializers
v.0.0.3
- Fix some caching issues.
- Support filtering with a provided DLL function.
- Update COFFI version to support BigObj COFF files.
v.0.0.2
Fix various issues related to caching and provide more useful cache miss messages.
v.0.0.1
Initial Commit