Posts by Tightmarrow
40 posts total, newest first.
IsDebuggerActivein C++/C Programming - BOOL IsDebuggerActive() {
typedef unsigned long(_fastcall *bNtQueryInformationProcess) (IN HANDLE, IN int32_t, OUT PVOID, IN ULONG, OUT PULONG);
bNtQueryInformationProcess NtQueryInfoProcess = nullptr;
HMODULE Nt =C++ Injector Project with budgetin C++/C Programming - [QUOTE=muhammed53;12520076]Thanks for your reply, my concerns aren't based on fear of detection as the hack is written from scratch and well protected itself. I can easily download it and save it to %temp% with my currenHow do I enable SeDebugPrivilege?in C++/C Programming - [QUOTE] BOOL SetDebugPrivilege() {
HANDLE hToken = nullptr;
if (!OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY | TOKEN_ADJUST_PRIVILEGES, &hToken)) return FALSE;
TOKEN_PRIVILEGES TokenPrivileges = { 0 };
TokC++ Injector Project with budgetin C++/C Programming - Well putting it on a server won't actually make anything undetected since you are still going to end up injecting it which is the thing that causes detection (Just saying 'cause I've seen other people that think this). BGood Source For C++ Beginnersin C++/C Programming - I really really don't recommend learning anything from SoloLearn :/
Showing the 5 most recent posts.