designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

Crash when detaching while in debug #56

Closed Qufi closed 4 years ago

Qufi commented 4 years ago

hey, does this crash only occurs for me? When I compiled the base in debug and pressing END the game crashes - doesn't happen in release build. So probably something with the console? Debug log is : "A LIST_ENTRY has been corrupted (i.e. double remove)."

bruhmoment21 commented 4 years ago

seems to work for me

Qufi commented 4 years ago

Already attached a debugger, also happen in release build with that setup. How can I debug that better? Always on FreeLibraryAndExitThread

bruhmoment21 commented 4 years ago

can you show your whole main.cpp file?

Qufi commented 4 years ago

Seems like I fixed it, the problem wasn't in the code from the cheat, it was in my injector. I unlinked the PEB, that's why I couldn't detach it. Thanks for your fast help tho!