Skip to content

Releases: mtivadar/qiew

Qiew 1.2.1

20 Apr 11:15
87a3b96
Compare
Choose a tag to compare
  • implemented Ctrl+S
  • solved some save bugs

Qiew v1.2

12 Mar 01:05
Compare
Choose a tag to compare

Read wiki for key functions and functionality.

Changelog:

  • python3
  • Qt5
  • ntfs plugin

Qiew v1.1

27 Jul 20:53
Compare
Choose a tag to compare

Read wiki for key functions and functionality.

Changelog:

  • added edit mode
  • added bottom banner with more information
  • added encrypt/decrypt functions
  • added header banner

Qiew v1.0

28 Jun 12:46
Compare
Choose a tag to compare

needs Terminus font: http://sourceforge.net/projects/terminus-font/files/terminus-font-4.39/terminus-font-4.39.exe/download

Supported functionality:

  • format viewer: PE/MBR/generic binary
    • PE
      • colorize ASCII/WIDECHAR strings, useful for reverse engineering
      • colorize API jumps, MZ/PE, also useful for reverse engineering
      • Header info: header, imports, directories, sections, version info: show with ALT+H, I, D, S, V
      • Highlight IAT and Overlay
      • jump to EP with F7
      • change address mode with F3: between RVA/VA/FA
    • MBR
      • partition table info: show with ALT+P
      • change address mode with F3: between FileAddr/MemAddr
    • Normal binary file
  • view modes (change between them with TAB)
    • binary
    • hex
      • F6 will change columns
    • disasm
      • x86/amd64 mode
      • you can follow branches with Enter
      • visible referenced strings, APIs
  • goto: ALT+G, support symbols: EP (entrypoint), END (end of file)
  • select text, will highlight all occurrences
  • dropper: ALT+F10, drops selection, drops objects: embedded PE files
  • copy/paste partial support (select stream, copy, paste elsewhere)
  • needs Terminus font: http://sourceforge.net/projects/terminus-font/files/terminus-font-4.39/terminus-font-4.39.exe/download
  • attached binary for Windows/AMD64, for other platforms you should get the source and install dependencies

Qiew v1.0-alpha-2

21 Jun 14:58
Compare
Choose a tag to compare
Qiew v1.0-alpha-2 Pre-release
Pre-release

Qiew v1.0-alpha

15 Nov 12:18
Compare
Choose a tag to compare
Qiew v1.0-alpha Pre-release
Pre-release

Supported functionality:

  • format viewer: PE/MBR/generic binary
    • PE
      • colorize ASCII/WIDECHAR strings, useful for reverse engineering
      • colorize API jumps, MZ/PE, also useful for reverse engineering
      • Header info: header, imports, directories, sections, version info: show with ALT+H, I, D, S, V
    • MBR
      • partition table info: show with ALT+P
  • view modes (change between them with TAB)
    • binary
    • hex
      • F6 will change columns
    • disasm
      • x86/amd64 mode
      • you can follow branches
      • visible referenced strings, APIs
  • goto: ALT+G, support symbols: EP (entrypoint), END (end of file)
  • dropper: ALT+F10, drops selection, drops objects: embedded PE files
  • copy/paste partial support (select stream, copy, paste elsewhere)
  • needs Terminus font: http://sourceforge.net/projects/terminus-font/files/terminus-font-4.39/terminus-font-4.39.exe/download
  • attached binary for Windows/AMD64, for other platforms you should get the source and install dependencies