Releases: ChapzoMods/NinjaDBG
Releases · ChapzoMods/NinjaDBG
NinjaDBG v1.1.4 - x64dbg-like features
Compare
Sorry, something went wrong.
No results found
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
NinjaDBG v1.1.3 - Stable
Compare
Sorry, something went wrong.
No results found
NinjaDBG v1.1.3 - Stable Release
First stable release. All critical breakpoint bugs fixed.
Critical fixes
cont() re-trap loop : Fixed by single-stepping over breakpoint before re-installing
Conditional bp infinite recursion : Fixed with single-step before re-arm
waitForStop deadlock : Now checks cont() return value before waiting
Batch mode (-c) EULA hang : -c now auto-skips EULA prompt
attach() missing ptrace options : Now sets EXITKILL + TRACECLONE/FORK/EXEC
Other fixes
.deb Depends: libc6 (was build-essential)
parseAddr() validates input
ScriptEngine: added kill/tbreak/breakpoint_cond handlers
Added sleep command
Help text: added all aliases and missing commands
13 stealth hooks (added close, pread64, fgets, getline)
Downloads
File
Description
ninjadb
CLI binary
libninjastealth.so
Stealth payload (13 hooks)
target_test
Demo target
ninjadb_v1.1.3_amd64.deb
Debian package
PKGBUILD
AUR build file
tarball
All-in-one archive