Skip to content

Commit

Permalink
Fix missing write() API
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Dec 10, 2024
1 parent 6ce389c commit 1abc368
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/sphinx/_cross_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@

.. |lief-pe-binary-write| lief-api:: lief.PE.Binary.write()

:rust:method:`lief::pe::Binary::write [struct]`
:py:meth:`lief.PE.Binary.write`
:cpp:func:`LIEF::PE::Binary::write`

Expand Down Expand Up @@ -268,6 +269,8 @@

.. |lief-elf-binary-write| lief-api:: lief.ELF.Binary.write()

:rust:method:`lief::elf::Binary::write [struct]`
:rust:method:`lief::elf::Binary::write_with_config [struct]`
:py:meth:`lief.ELF.Binary.write`
:cpp:func:`LIEF::ELF::Binary::write`

Expand Down Expand Up @@ -390,6 +393,8 @@

.. |lief-macho-binary-write| lief-api:: lief.MachO.Binary.write()

:rust:method:`lief::macho::Binary::write [struct]`
:rust:method:`lief::macho::Binary::write_with_config [struct]`
:py:meth:`lief.MachO.Binary.write`
:cpp:func:`LIEF::MachO::Binary::write`

Expand Down

0 comments on commit 1abc368

Please sign in to comment.