Releases: 0x44F/exejoiner
Releases · 0x44F/exejoiner
1.22.0 Stable
1.22.0 Stable Release
This new release features more security improvements and allows more compatibility.
Also includes lots of bug fixes and QOL improvements.
Developer Branch (upt 1.22.0)
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
1.21.0 Stable
1.21.0 Stable Release
This is a release of the most recent stable version and most feature-packed version of the free exe-joiner
software.
Intended to be compiled in Release x86_64, developed using Visual Studio 2019.