vx-api
Ctrlk
  • Introduction
  • Code base
    • Headers
    • CRT Recreation
  • String Hashing
  • Antidebugging Methods
  • Library Loading
    • GetTeb
    • GetPeb
    • GetKUserSharedData
    • RtlLoadPeHeaders
    • LdrLoadGetProcedureAddress
    • GetRtlUserProcessParameters
    • ProxyRegisterWaitLoadLibrary
    • ProxyWorkItemLoadLibrary
    • Function Import Methods
      • GetProcAddress (Safe)
      • GetProcAddressDjb2
      • GetProcAddressFowlerNollVoVariant1a
      • GetProcAddressJenkinsOneAtATime32Bit
      • GetProcAddressLoseLose
      • GetProcAddressMurmur
      • GetProcAddressRotr32
      • GetProcAddressSdbm
      • GetProcAddressSipHash
      • GetProcAddressSuperFastHash
      • GetProcAddressUnknownGenericHash1
  • 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. Library Loading

Function Import Methods

GetProcAddress (Safe)GetProcAddressDjb2GetProcAddressFowlerNollVoVariant1aGetProcAddressJenkinsOneAtATime32BitGetProcAddressLoseLoseGetProcAddressMurmurGetProcAddressRotr32GetProcAddressSdbmGetProcAddressSipHashGetProcAddressSuperFastHashGetProcAddressUnknownGenericHash1
PreviousProxyWorkItemLoadLibraryNextGetProcAddress (Safe)