write-ups-challenges-2023-2024/malware-2/sol.py

7 lines
154 B
Python
Raw Permalink Normal View History

2023-11-28 15:24:59 +00:00
dump = [0x63537b4654434749, 0x64316b5f74703172, 0x3352615f73333164, 0x7d336d346c5f]
bs = b""
for b in dump:
bs += b.to_bytes(8, 'little');
print(bs)