CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/shellcode/windows/speech/w32-speaking-shellcode-hash-list.asm
Views: 11784
1
;-- Hash function configuration --------------------------------------------
2
3
hash_ror_value equ 0x01
4
5
;-- Function hashes --------------------------------------------------------
6
7
hash_kernel32_LoadLibraryA equ 0x1AAA
8
9
hash_ole32_CoInitialize equ 0xF0DA
10
11
hash_ole32_CoInitializeEx equ 0x1C20
12
13
hash_ole32_CoCreateInstance equ 0x2769
14
15
hash_ole32_CoCreateInstanceEx equ 0xE9CC
16
17
;-- Warnings ---------------------------------------------------------------
18
19
20