aboutsummaryrefslogtreecommitdiff
path: root/CRT/gen_wrapper.sh
Commit message (Collapse)AuthorAge
* Added basic CXX string obfuscation via constexpr.Toni Uhlig2023-12-23
| | | | | | | * obfuscate functions names retrieved via MmGetSystemRoutineAddress * add two new static libs: libcnative (C-only) and libcxxnative (CXX-only) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added ObOpenObjectByPointer, MmCopyMemory, RtlLookupFunctionEntry, ↵Toni Uhlig2023-11-15
| | | | | | | | ZwProtectVirtualMemory wrapper. * Improved wrapper generator script. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added wrapper generator for functions that require an import library.Toni Uhlig2023-07-04
* generate wrapper functions that can be retrieved via `MmGetSystemRoutineAddress` * for now, only ZwTraceControl and ZwTraceEvent from ntdll are used Signed-off-by: Toni Uhlig <matzeton@googlemail.com>