vx-api
Ctrlk
  • Introduction
  • Code base
    • Headers
    • CRT Recreation
      • CaplockString
      • CopyMemory
      • SecureStringCopy
      • StringCompare
      • StringConcat
      • StringCopy
      • StringLength
      • StringLocateChar
      • StringFindSubstring (unstable)
      • ByteArrayToCharArray
      • CharArrayToByteArray
      • CharStringToWCharString
      • WCharStringToCharString
      • StringTerminateStringAtChar
      • RtlInitAnsiString
      • RtlInitUnicodeString
      • ShlwapiCharStringToWCharString
      • ShlwapiWCharStringToCharString
      • Random Integer (NTDLL)
      • ConvertCharStringToInt (NTDLL)
      • ZeroMemory
  • String Hashing
  • Antidebugging Methods
  • Library Loading
  • Error Handling
  • Fingerprinting
  • Wrappers and Helpers
  • Process Creation Techniques
  • Shellcode Execution
  • Compression
  • Networking
  • Lsass Related
  • Proxied Functions
  • Evasion
  • Component Object Model
  • My Projects
    • Proof-of-Concepts
    • Write-ups
Powered by GitBook
On this page
  1. Code base

CRT Recreation

CaplockStringCopyMemorySecureStringCopyStringCompareStringConcatStringCopyStringLengthStringLocateCharStringFindSubstring (unstable)ByteArrayToCharArrayCharArrayToByteArrayCharStringToWCharStringWCharStringToCharStringStringTerminateStringAtCharRtlInitAnsiStringRtlInitUnicodeStringShlwapiCharStringToWCharStringShlwapiWCharStringToCharStringRandom Integer (NTDLL)ConvertCharStringToInt (NTDLL)ZeroMemory
PreviousHeadersNextCaplockString

Last updated 9 months ago