#
1 2 3 4 5
from pwn import p32, p64raw = open("rng-core.ko", "rb").read()with open("driver.ko.len", "wb+") as fp: fp.write(p64(len(raw)))