Decompiler for all programs based on the SoulEngine. Although, it would be more accurate to call him a "source code stealer"
After injection, the zend compile_string function is hooked, which is necessary for any eval construct in PHP, and in soulengine any event or action uses the eval construct.
In theory, any application that uses php in this way can have its source code stolen.
Used library: MinHook
It doesn't matter which library is used, any library can be used
Any dll injector will work. But for it to work correctly, you need to suspend the process before injection, because all the code is recognized at runtime.
Personally, I recommend my process-injector