Skip to content

Releases: VincentThacker/BigViewer

2.1

04 Dec 02:51

Choose a tag to compare

  • Update to VS2026 and .NET 10
  • Overhaul of search function: Added options to search numbers and strings
  • UI changes: Moved buttons, search and info to the right
  • UI changes: Added right-click menu on resource list items for quicker access
  • UI changes: Removed some unnecessary error messages after canceling dialogs
  • Various bug fixes and code optimizations

2.0

22 Oct 17:45

Choose a tag to compare

2.0
  • Major restructuring and modularization of code
  • Enabled ability to replace resources and edit resources within the app
  • Added features: Calculate checksum and search within hex view
  • Added ability to parse and edit "little" resource format found as the first resource of most .big files, now that the data is better understood
  • Prevent opening more than one window per resource, closes child windows when the parent window is closed, closes all other windows when the opened file is changed
  • Removed support for .ogg files as there doesn't seem to be any resources of that type
  • Various other changes and improvements

1.1

10 Oct 17:23

Choose a tag to compare

1.1
  • Overhauled binary view to use a proper hex view box
  • Removed "First 4 Bytes" column (now that its meaning is better understood) and replaced it with column containing actual size. This should help with spotting patterns in compressed resources.
  • Enabled display of resource 0 now that it's better understood
  • Various other UI improvements and code tweaks

1.0

09 Oct 19:02

Choose a tag to compare

1.0

Initial operational release