Pinned Loading
-
rust_ppid_break_chain
rust_ppid_break_chain Publicusing Werfault.exe to break parent process chains
-
-
-
Snippet which uses LdrLoadDll to for...
Snippet which uses LdrLoadDll to force load a DLL and use handle returned to get a pointer to a function. 1#include <windows.h>
2#pragma comment(lib, "ntdll.lib")
3//#pragma comment(lib, "ntdllp.lib")
4#define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0)
5 -
apisetparse
apisetparse PublicUses the PEB to obtain an apisetmap in order to translate umbrella DLL's such as "api-ms-win-http-time-l1-1-0.dll" to their origin forward DLL e.g. kernelbase.dll
C 2
39 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More