New: hive-158308All contenthive-129948hive-196917krhive-166405zzansteemhive-183959hive-180932photographyhive-150122hive-185836uncommonlabhive-183397lifehive-144064hive-188619bitcoinhive-101145hive-124908krsuccesshive-139150hive-180301hive-103599hive-106183hive-109690TrendingNewHotLikersntstatus (26)in hive-158308 • 3 years agosteemCreated with Sketch.Disable USB Removable Storage in Windows by Local Group PolicyRestrict USB Removable Storage in Windows by Local Group Policy. Please Vote this post if you like it. Please Follow me if you like my posts. If you have any questions about this post, ask in…ntstatus (26)in hive-158308 • 3 years agosteemCreated with Sketch.Get Full Path / Get File Name from Path with Native Api#pragma comment(lib, "ntdll.lib")ntstatus (26)in hive-158308 • 3 years agosteemCreated with Sketch.Get Exported Dll Functions - Get Native Functions List from ntdll.dllDtube Video Link 1- DLL Export Viewer tool (Nirsoft) 2- dumpbin tool (available in visual studio cmd) dumpbin /exports ntdll.dll Please Vote this post if you like it. Please Follow me…ntstatus (26)in hive-158308 • 3 years agosteemCreated with Sketch.Alternative ways to get (TEMP path) / (Environment Variable) in windowsDtube Video Link 1- GetTempPathW Api/GetTempPathA in kernel32.dll wchar_t tmpPath[MAX_PATH]; GetTempPathW(MAX_PATH, tmpPath); 2- GetEnvironmentVariableW/GetEnvironmentVariableA in…ntstatus (26)in hive-158308 • 3 years agosteemCreated with Sketch.Alternative Ways to Get Process HeapDtube Video Link #include ntstatus (26)in hive-158308 • 3 years agosteemCreated with Sketch.Get File Size with Kernel32 Api and Ntdll Api (Native Api)#pragma comment(lib, "ntdll.lib")