Skip to content

N2D22 - The Final Journey

Compare
Choose a tag to compare
@a4004 a4004 released this 18 Sep 18:23
· 22 commits to master since this release

Features:

  • Added driver detection functionality to inform the user of potential issues, giving advice. Automatic installation isn't supported because some of the driver packages do not support unattended "silent" installs. The user is instead prompted to install them manually - this shouldn't be too much of an issue as Windows should install them automatically and in the rare cases it doesn't then the user should be capable of resolving that manually.
  • Added true support for all esp8266_deauther versions and a custom image from the filesystem.
  • Now interacts and pulls software information directly from the official repository rather than being hardcoded. This ensures the latest version is always downloadable from within the application. Marked with (Latest) in the selector.
  • Advanced always-on debugging functionality with filesystem logging, debugging console (read-only). Unhandled exceptions that would otherwise terminate the app without notice now get captured and logged to disk i.e. .\dump-xxx.log for post-mortem debugging.
  • Task Management functionality (something new I've tried to make debugging theoretically easier and cleaner).
  • Deprecated the esptool.exe method and uses esptool.py directly from the shell (using py -m)
  • Python & esptool Installation support. Installs Python and esptool silently without user interaction.
  • Step-by-step interface (similar to the Media Creation Tool for Windows 10).
  • Better device detection (similar to the classic NT Found New Hardware dialogs).
  • Removed some complexity by removing most esptool options (using defaults).
  • Simplified the GUI, DWM now controls the non-client area of the Window rather than the application.