Skip to content

Update 1.1.3

Latest
Compare
Choose a tag to compare
@EvilBytecode EvilBytecode released this 25 Aug 19:29
· 1 commit to main since this release
c08379d

GoDefender v1.1.3 – Update Notes

General Improvements

  • Refactored codebase for cleaner, more maintainable code.
  • Fixed deferred operations.
  • Replaced deprecated wmic commands with WMI for better Windows 11 compatibility. (Thanks to HydraDragonAntivirus)

Anti-VM Enhancements

  • New detection methods added:
    • Port check (thanks to baum1810)
    • AnyRun detection
    • Sbie, Comodo, Qihoo360, Cuckoo, and Wine detection
    • Named pipes checks
    • Additional .sys files detection
    • Display refresh rate (Hz) check

Anti-Debug Improvements

  • Implemented debugging checks:
    • SetDebugFilterState
    • DbgUiRemoteBreakin
    • DbgBreakPoint

Anti-DLL Injection Protections

  • Added patches for:
    • LoadLibraryA / LoadLibraryW
    • LoadLibraryExA / LoadLibraryExW
    • LdrLoadDll

Note: Adding Linux support would be a great enhancement for future versions, if anyone wants to do it i would be more than happy :)