Daniel Krupiński

Results 46 comments of Daniel Krupiński

I'll try to make a Mac port, but I won't be able to test it because I do not own Mac machine.

Please test using innocent dll (e.g. https://github.com/danielkrupinski/FASM-DLL).

Change git branch to `manual-map` and compile Visual Studio project.

You can add a method to ItemModificationHandler class, modifying the item properties (it should be called from GUI code). In order to update the item in the CS:GO inventory you...

Loader loads (injects a .dll) bypass for you.

Generally you precompile headers that are unlikely to change often (e.g. standard library, Windows headers) and also PCH files are different from OBJ files, so I think that won't be...

Maybe your dll makes use of exceptions which are not supported by this project.

It should be.

Make sure Memject and your dll are compiled in release mode.

How would you inject x64 dll to x86 process?