Obfuscar Mapping Parser - Version History
Changes:
- Fixed reloading of broken mapping files
- Fallback for missing typename which should never happen
- Fixed crash when windows themes become disabled during runtime
- A bit faster system types processor
- Minor UI improvements
Changes:
- Copyright year changed
- Minor UI fixes/improvements
- Added donation link
Changes:
- Support of ref args (
int&,
), ptr args (int*
) and their combination
ref
simplification (ref int a
instead of int a&
, )
- Better PDB reader
- Fixed crash in search
- Mapping loading optimization
- Minor UI improvements
- Fixed main window's icon. Will look good even if taskbar is in large icons mode
- Tree render optimization
Changes:
- Fixed crash in settings when no file is opened
- Fixed (possible) crash with "open in tree" option in stacktrace analyzer
Changes:
- Fixed crash when no VS2017 intalled
- Pre-2017 detection stabilization
Changes:
- Copyright year update
- Open in Visual Studio 2017 support
- Windows TaskDialogs instead of messageboxes
- Much UI improvement
- Hotkey settings
- Variable Double-click action
- Problem reporting, update checking
Changes:
- Reflect latest Shared changes
- Better Mapping file opening exception handling
- Minor UI tunning
- Copyright year update
Changes:
- Reflect latest Shared changes
- New UI (Segoe UI as the common font, color headers)
- Drag-n-drop text and files from the Explorer in Stacktrace and Stacktrace Source windows
- Title style in menu and window headers
- Copyrights updated
- Fixed some strange NPE
- Using controlHighlight to highlight errors in Search dialog and in Stacktrace Source dialog
- Store recent stacktrace sources
- Better about (more links)
- Opening in VS2015 support
- Nullable simplification (to
?
)
- Personal "open in editor" settings for projects
- Fixed tooltip output when Unicode processing is on
- Deal with localization of the "at ..." prefixes in stacktrace lines
Changes:
- Start with launcher even there are no files
- Using Windows themes in tree view
- Mapping and pdb changes detecting and reloading
- Search for original name
- Fixed "dropped" name
- Added autocomplete for all searches
- Added commandline processing
Changes:
- Restricted duplicate files in Launcher form
- Shortens paths in Launcher form
- Fixed "space before ( in method breaks the parser"
- Close all stacktrace processors when opening file
- Don't add long old names for entities weren't renamed
- Fixed Unicode processing
- Allow to use : as class-method delimiter in stacktraces
- Show u%code% instead of unicode symbols
- Simplify system types (
System.Int32
-> int
and others)
Changes:
- Better exception handling. Will not crash on loading and parsing errors, just show error message
- Improved drag-and-drop for main window, now can handle multiple selection of .xml and .pdb files
- Locked possibility of loading .pdb twice
- Support of parsing constructors (ctor or .ctor) in stacktraces
- Param substitution
- Added drag-and-drop to launcher
- Fixed loading of compiler-generated names with <>
- Added PDB Manager
Initial release.