Skip to content

0.9.9.8-beta

Compare
Choose a tag to compare
@avan06 avan06 released this 15 Sep 13:05
· 27 commits to main since this release
  • Added a Section switching ComboBox at the top right of the Hex Editor, allowing for quick Section switching. #26
    hexeditor_sectionSwitching1
    hexeditor_sectionSwitching2

  • PointerListView has been changed to VirtualMode, improving processing speed.

  • PointerFinder now supports stable sorting, maintaining the relative order of the previous sorting during sorting.

  • Improved the execution efficiency of 'Select All' in ResultView within the Query window. #33

  • Changed the format of the LastHiddenSectionLengthHex option from int to ulong, so now this option is not limited by the int32 upper limit, and when initializing the last hidden section, it will be automatically processed in segments according to the buffer length (128MB). #27

  • Previously, when detecting hidden sections, there was no segmentation processing for each section.
    Now, each detected hidden section is segmented according to the buffer length (128M), following the standard section processing method. This helps reduce memory usage during Query scanning.
    query_DetectHiddenSection

  • Added support for "Check that contains Hidden", "Uncheck that contains Hidden" in the right-click menu of the SectionView in the Query window. #21
    query_SectionViewMenu