Skip to content

Instantly share code, notes, and snippets.

View WHW0x455's full-sized avatar
🐵
fuzzy fuzzing

whw WHW0x455

🐵
fuzzy fuzzing
View GitHub Profile
@MoePus
MoePus / inheritable.py
Created September 4, 2020 09:01
IDA struct to cppstruct
def serialize_ordinal(n):
frame = '=%s#'
body = ''
def get_chunk(level):
if level < 2:
return 1
return 64 * (128 ** (level-2))