Skip to content

Commit

Permalink
Add docs for debug_details and load_config_timestamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsBSD committed Sep 29, 2023
1 parent 2884079 commit 645fc36
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/modules/pe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,36 @@ Reference

*Example: pe.pdb_path == "D:\\workspace\\2018_R9_RelBld\\target\\checkout\\custprof\\Release\\custprof.pdb"*

.. c:type:: debug_details
.. versionadded:: 4.4.0

Array of structures containing information about the PE's debug information.

.. c:member:: type
Type of debug information

.. c:member:: timestamp
Timestamp in the debug entry.

.. c:member:: pdb_path
Path of the PDB file for this entry.

.. c:type:: number_of_debug_details
.. versionadded:: 4.4.0

Number of entries in the debug_details array.

.. c:type:: load_config_timestamp
.. versionadded:: 4.4.0

Timestamp pulled from the load configuration, if present.

.. c:function:: exports(function_name)
Function returning true if the PE exports *function_name* or
Expand Down

0 comments on commit 645fc36

Please sign in to comment.