b1scoito / cozinha_loader

An injector focused on undetectability that automatically injects a DLL into the target process with VAC3 bypass.
https://github.com/b1scoito/cozinha_loader
GNU General Public License v3.0
127 stars 14 forks source link

Failure to build #9

Closed ZoloftCSGO closed 2 years ago

ZoloftCSGO commented 2 years ago

Hi, I'm having trouble building the project. How exactly do I add the libary files from blackbone. Any help is appreciated.

b1scoito commented 2 years ago

Please read the readme

ZoloftCSGO commented 2 years ago

I have read the readme.

b1scoito commented 2 years ago

It says to compile the BlackBone library and include the library (.lib) and the BlackBone include directory on the project configuration, have you done that? What's the issue you're facing with? Please be more specific

ZoloftCSGO commented 2 years ago

I've never added a libary to a project file before, is there any chance you can guide me?

b1scoito commented 2 years ago

https://docs.microsoft.com/en-us/cpp/build/adding-references-in-visual-cpp-projects?view=msvc-170 https://www.learncpp.com/cpp-tutorial/a2-using-libraries-with-visual-studio-2005-express/ https://youtu.be/or1dAmUO8k0

ZoloftCSGO commented 2 years ago

My apologises, I didn't realise I could still reply to this one. C:\Users\theor\Desktop\Blackbone-master\src\BlackBone;$(IncludePath) was the include path I put in the project. image image

and the libary path was C:\Users\theor\Desktop\Blackbone-master\LIB;$(LibraryPath) image

b1scoito commented 2 years ago

Almost right, you got to compile the BlackBone project in both Debug and Release and include them in the project with their respective Configurations (Debug and Release), this way the .lib file will be generated... The include directory is wrong, it has to be the root directory from the git clone (tl;dr everything inside src/).

ZoloftCSGO commented 2 years ago

Hi, I've moved the blackbone include directory. image image But i'm still confused by what you mean with "Compile the BlackBone project in both Debug and Release and include them in the project with their respective Configurations (Debug and Release), this way the .lib file will be generated." image I compiled both release and debug versions.