Skip to content

easy generation of CRC32b hashes#2

Open
winterrdog wants to merge 3 commits intoMaldev-Academy:mainfrom
winterrdog:main
Open

easy generation of CRC32b hashes#2
winterrdog wants to merge 3 commits intoMaldev-Academy:mainfrom
winterrdog:main

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
@Nicolas-Arsenault
Copy link

Pretty nice addition, would also like to see it implemented.

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.

2 participants