Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy generation of CRC32b hashes #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

winterrdog
Copy link

i have added a python script that when invoked it'll print the macros crc32 hashes for the command line provided ntdll functions and those( macros ) can later just be pasted into the main.c file( most favorably at the top ). here's a sample run of the script:

$ ./hell_hall_crc32.py "NtCreateThreadEx,NtAllocateVirtualMemory,NtProtectVirtualMemory"

#define NtCreateThreadEx_CRC32b         0x2073465A
#define NtAllocateVirtualMemory_CRC32b  0xE0762FEB
#define NtProtectVirtualMemory_CRC32b   0x5C2D1A97

@winterrdog winterrdog changed the title ease generation of CRC32b hashes easy generation of CRC32b hashes Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant