exe2wordsize Changelog

What's new in exe2wordsize 1.40

Sep 24, 2023
  • Rudimental Windows LX/LE EXE support
  • Add JSON arguments documentation
  • More human readable manual
  • Better logic, flow and documentation around "NE" and "MZ"
  • Fixed "Glitchy WinAPI -> read X bytes instead" bug in the code!
  • Fixed unexpected "Irrecoverable error" code by using centralizing some functionality and gap detection
  • Added check if file exists
  • Added error handling to analysis
  • More streamlined Windows NT 3.5X support
  • Clearer walkthrough messages
  • Add Flexi mode information
  • Clearer error codes
  • Remove some cringe
  • Other edits to the help message
  • Idea of: MODEs starting with 1 (not 0) - considered, but decided against
  • Improved online references in the comments
  • Fix logic around de-jure impossible, de facto nearly impossible case of PE&WinNT3.X
  • Better variable name: "path" instead of "file"
  • Minor changes everywhere