Download Latest Version seer - version 2.5 source code.zip (982.1 kB)
Email in envelope

Get an email when there's a new version of seer

Home / v1.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-08-08 2.0 kB
seer - version 1.8.tar.gz 2022-08-08 3.3 MB
seer - version 1.8.zip 2022-08-08 3.5 MB
Totals: 3 Items   6.8 MB 0

[1.8] - 2022-08-08

  • Add StructVisualizer

    • New visualizer to view the contents of a C/C++ struct or a C++ class in a tree.
    • Click on the "StructVisualizer" in the menubar or "View -> Struct Visualizer".
    • Enter the name of the variable in the text section.
    • examples: "*this" "mystruct" "mystruct.member"
    • The variable text section has a history. So you can use the UP and DOWN arrows to select previous entries.
    • Manually refresh the view or click on "Auto" to refresh the view at each stopping point (after a step/next/breakpoint).
  • Add Dark theme option for Seer's code editor. Set in Seer config page.

    • Works for C/C++ source tabs and the assembly tab.
  • Register browser.

    • Can now edit register values.
    • Either by double-clicking the register value or by RMB context menu to bring up a dialog.
    • Add format selector for register values.
    • Improve detection of changed register values from previous stopping point.
  • Assembly support.

    • Add assembly config page for certain assembly settings.
      • assembly style
      • C++ symbol demangling.
      • Keep assembly tab on top.
      • Show assembly tab on Seer startup.
    • Launch MemoryVisualizer and ArrayVisualizer from the Assembly tab on highlighter text.
  • Debug options for launching program.

    • No break on program start.
    • Break in "main".
    • Break in function.
    • Break at address.
    • Randomize program's start address.
  • ArrayVisualizer and MemoryVisualizer now allow an address as the variable name.

  • A menu to experiment setting Seer with different Qt gui styles.

    • See "View -> Styles"
  • Bugs fixes.

    • Fixed double refresh bug in code editor.
    • Fixed bug when displaying assembly for the first time. It wasn't showing the current line.
    • Fixed background color problem in MemoryVisualizer for disassembly.
Source: README.md, updated 2022-08-08