Skip to content

NinjaDBG v1.1.4 - x64dbg-like features

Latest

Choose a tag to compare

@ChapzoMods ChapzoMods released this 07 Jul 16:55

NinjaDBG v1.1.4

New: x64dbg-like features (9 new CLI commands)

Command Description
modules / mod List loaded modules (grouped by path, with base/size)
handles List open file descriptors (like x64dbg Handles tab)
dump <addr> <size> <file> Dump memory region to binary file
find <start> <end> <bytes...> Memory pattern search with ?? wildcards
findstr <start> <end> <string> ASCII string search in memory
flags Display all CPU flags decoded (CF, ZF, SF, OF, PF, AF, TF, IF, DF, etc.)
setreg <name> = <value> Modify any register or individual flag (e.g. setreg zf = 1)
memmap Detailed memory map with sizes and totals (readable, RW, RX)
`trace <on off

Bug fixes

  • Removed stale --cli references from docs/index.html
  • Fixed CLI+GUI tag -> CLI-only in docs/index.html
  • Fixed LICENSE stale version references
  • Fixed PKGBUILD stale pkgver
  • Version bumped to v1.1.4 everywhere

Downloads

File Description
ninjadb CLI binary (Linux x86-64)
libninjastealth.so Stealth payload (13 hooks)
target_test Demo target
ninjadb_v1.1.4_amd64.deb Debian/Ubuntu package
PKGBUILD AUR build file
tarball All-in-one archive