Skip to content

Releases: 0x44F/exejoiner

1.22.0 Stable

08 Feb 17:21
363e9e0
Compare
Choose a tag to compare

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)

08 Feb 17:35
25407ed
Compare
Choose a tag to compare
Pre-release

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

22 Jan 22:16
5adf3e4
Compare
Choose a tag to compare

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.