Skip to content
#

ctf

Here are 1,242 public repositories matching this topic...

zachriggle
zachriggle commented Apr 28, 2020

I'm not sure what's causing this issue, but it looks like ROP.raw() does something weird when given one-byte arguments.

This happens on both Python2 and Python3.

Correct

>>> r=ROP([])
>>> r.raw(32)
>>> print(r.dump())
0x0000:             0x20
>>> r.raw(pack(32))
>>> print(r.dump())
0x0000:             0x20
0x0004:  ' \x00\x00\x00' ' \x00\x00\x00'
>>> print(hexdump(str(
sonderlau
sonderlau commented Aug 20, 2019

WARNING - A relative path to 'crypto / blockcipher / des-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto / blockcipher / mode / ofb-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto/asymmetric/discrete-log/ecc-zh' is included in the

Improve this page

Add a description, image, and links to the ctf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ctf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.