malware source code
Ctrlk
  • Introduction
  • Code base
    • Headers
    • CRT Recreation
      • CaplockString
      • CopyMemory
      • StringCompare
      • StringConcat
      • StringCopy
      • StringLength
      • StringLocateChar
      • WCHAR to CHAR
        • WCharToCharUnsafe
        • WCharToCharSafe
        • ShlwapiWcharToChar
      • CHAR to WCHAR
      • ByteArrayToCharArray
      • CharArrayToByteArray
      • StringTerminateStringAtChar
      • RtlInitAnsiString
      • RtlInitUnicodeString
      • Random Integer
      • 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
  2. CRT Recreation

WCHAR to CHAR

WCharToCharUnsafeWCharToCharSafeShlwapiWcharToChar
PreviousStringLocateCharNextWCharToCharUnsafe