Skip to content

axianware v2026.08.29

Latest

Choose a tag to compare

@eloyssync eloyssync released this 29 Aug 22:02
· 2 commits to master since this release
89a394d

AXIANWARE v2026.08.29

Initial public release of AXIANWARE. A lightweight PE analyzer and patch utility written in pure C++ and Win32 API.

What's inside:

  • PE headers, IAT, and security mitigation audit (ASLR, DEP, etc.)
  • Section entropy calculation for packed/obfuscated code
  • Async AOB pattern searching & crypto/anti-debug signature scan
  • Interactive disassembly & conditional jump inversion (Jcc)
  • Generators for C++ loaders, MinHook, x64dbg patches, and CE scripts

Note: Some AV engines might throw false positives due to low-level memory operations. False alarms, clean on VT.

Full Changelog