ntstatus (31)in #programming • 3 years ago Get Time As Second and MicroSecond Since 1970DTube video Link #pragma comment(lib, "ntdll.lib")ntstatus (31)in #programming • 3 years agoAlternative Ways to Get System TimeDTube video Link #pragma comment(lib, "ntdll.lib")ntstatus (31)in #programming • 3 years agoGet 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.…ntstatus (31)in #programming • 3 years agoGet Full Path / Get File Name from Path with Native ApiDTube video Link #pragma comment(lib, "ntdll.lib")ntstatus (31)in #windows • 3 years agoDisable USB Removable Storage in Windows by Local Group PolicyDTube Video Link Restrict 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…ntstatus (31)in #introduceyourself • 3 years agoWho am I?I am a boy who love programming in low level. I am interested in Linux , Networking and Cybersecurity. My greatest skill is solving problems.ntstatus (31)in #programming • 3 years agoAlternative 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-…ntstatus (31)in #programming • 3 years agoAlternative Ways to Get Process HeapDTube Video Link #include ntstatus (31)in #programming • 3 years agoGet File Size with Kernel32 Api and Ntdll Api (Native Api)DTube Video Link #pragma comment(lib, "ntdll.lib")