Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.99k stars 1.7k forks source link

Cache assembler output #2312

Closed peace-maker closed 1 month ago

peace-maker commented 10 months ago

Instead of reassembling the same instructions again in asm, cache the result locally to speed up succedent calls with the same input.