mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-28 05:14:33 +00:00
Merge pull request #250 from breadchris/patch-1
Update 11_macho_modification.rst
This commit is contained in:
commit
f20fa5e4f4
@ -149,7 +149,7 @@ The :attr:`lief.MachO.Binary.relocations` attribute returns an iterator over :cl
|
||||
.. code-block:: python
|
||||
|
||||
for relocation in app.relocations:
|
||||
print(relocations)
|
||||
print(relocation)
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user