8 Commits
Author SHA1 Message Date
kyoubate-haruka afece371fb Make inject return the injected program's exit code (#8)
This adds that if a process has ran successfully with inject, the exit code from the child process is returned, instead of always success.

Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/capnhook/pulls/8
Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
2026-07-16 10:37:49 +00:00
Hay1tsme 4633c51d58 remove precompiled headers 2025-02-04 11:05:07 -05:00
Decaf Code dfb7fbf219 Remove PCH source file
Newer versions of Meson create this automatically for MSVC builds.
2019-05-01 21:00:11 -04:00
Decaf Code 8846e4d46f inject: Detect remote LoadLibrary failure 2019-03-03 19:46:30 -05:00
Decaf Code b58369f9e1 inject/options.c: Fix signedness mismatch 2018-11-23 13:58:25 -05:00
Decaf Code bfee3db861 Fix MSVC compatibility issues
Project now builds in Visual Studio 2017, probably earlier versions
too as long as they support enough of C99.
2018-11-23 13:58:25 -05:00
Decaf Code d985965639 Fix non-PCH build 2018-11-23 13:46:49 -05:00
Decaf Code 71bbe49615 inject: Add initial DLL injector tool 2018-11-10 11:24:57 -05:00