Skip to content

Releases: BrokenEvent/ObfuscarMappingParser

Obfuscar Mapping Parser 1.0.3.3050

18 Jul 13:47
Compare
Choose a tag to compare

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

Obfuscar Mapping Parser 1.0.2.2396

25 Mar 14:17
Compare
Choose a tag to compare

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

Obfuscar Mapping Parser 1.0.1.2139

04 Oct 17:51
Compare
Choose a tag to compare

Changes:

  • fixed crash in settings when no file is opened
  • fixed (possible) crash with "open in tree" option in stacktrace analyzer

Obfuscar Mapping Parser 1.0.1.1865

10 Apr 14:09
Compare
Choose a tag to compare

Changes:

  • fixed crash when no VS2017 installed
  • Pre-2017 installations detection stabilization

Obfuscar Mapping Parser 1.0.1.1856

09 Apr 16:50
Compare
Choose a tag to compare

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

Obfuscar Mapping Parser 1.0.0.1227

14 Jun 20:04
Compare
Choose a tag to compare

Mirrored SVN revision 1227.

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

Obfuscar Mapping Parser 1.0.0.1002

05 Dec 21:52
Compare
Choose a tag to compare

Mirrored SVN revision 1002.

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.

Obfuscar Mapping Parser 1.0.0.940

29 Oct 19:31
Compare
Choose a tag to compare

Mirrored SVN revision 940.
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)

Obfuscar Mapping Parser 1.0.0.875

24 Sep 14:27
Compare
Choose a tag to compare

Mirrored SVN revision 879.
Changelog:

  • 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