Skip to content

Feat/block api iv#74

Open
dledda-r7 wants to merge 2 commits intorapid7:masterfrom
dledda-r7:feat/block-api-iv
Open

Feat/block api iv#74
dledda-r7 wants to merge 2 commits intorapid7:masterfrom
dledda-r7:feat/block-api-iv

Conversation

@dledda-r7
Copy link

block api with IV

zeroSteiner and others added 2 commits May 21, 2025 08:33
The changes allow an IV to be set for the hashing algorithm and reuses
the hash of the module name as the IV of the function name. This
effetively changes the operation from `hash(mname) + hash(fname)` to
`hash(mname + fname)`. Reusing the hash of the module name as the IV
instead of adding the result makes the shellcode smaller.
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