Skip to content

Developer Branch (upt 1.22.0)

Pre-release
Pre-release
Compare
Choose a tag to compare
@0x44F 0x44F released this 08 Feb 17:35
25407ed

Full Changelog: stable-1.22.0...dev-1.22.0

Allows developer console use (~) key to activate.

Thanks to @dehoisted for supplying console implementation.

Commands

chkinteg: check file integrity
eject: ejects all mapped drivers (requires __ExeJoinUnmap function call)
help: show all commands
loglist: show logs
listall: list all processes and their process ids
livetime: show uptime of all processes
mmdll: manual map dll (needs process id and path)
mmdriver: manual map driver [WARNING: USE WITH CAUTION]
run: run an executable
runae: inject dll into process and run payload at last second (runafterexit: needs __ExeJoinRAE function call)
rmtrace: remove mm traces (need event handle id from mmdll command)
rm: remove file
killtask: kills a task by process executable name e.g "shootergame.exe" or PID

panic: delete all traces and exit application (also removes traces of exit)

To find information such as __ExeJoinRAE calls and other important stuff you can go to ExeJoiner official docs