Romain Thomas
c91b7c2de1
Update code to ease Python stub files (related #650 )
2023-02-04 08:45:40 +01:00
Romain Thomas
969411f8ef
Welcome 2023
2023-01-03 10:38:09 +01:00
Romain Thomas
77328b0071
Bump year
2022-02-08 21:16:25 +01:00
Romain Thomas
e9782c5927
Clean & modernize LIEF code base
...
This commit (obviously non-atomic) cleans LIEF's code base by:
- Using pointer semantics (`std::unique_ptr<>`)
- Using LEAF boost error in the binary stream
- Reducing the scope of the iterators (`it_section`, ...)
- Removing `Structures.hpp` from the public headers
- etc
2022-02-05 06:09:06 +01:00
hypervis0r
e12dafbfc0
Add reserved PE data directory
2022-01-02 10:48:07 +01:00
Romain Thomas
6720ed2385
Update copyright
2021-01-16 18:17:17 +01:00
Romain Thomas
53ce0cd7d4
Fix Windows issues
2021-01-16 09:44:51 +01:00
rthomas
634c2fc98e
Enhance PE Authenticode
2021-01-16 09:44:51 +01:00
rthomas
2d0005dc60
Unify GuardFlags
2020-10-11 20:18:20 +02:00
Koh M. Nakagawa
1fd42b4ebf
Add parser for resource accelerator
...
Signed-off-by: Koh M. Nakagawa <tsunekou1019@gmail.com >
2020-08-24 07:15:04 +02:00
Koh M. Nakagawa
38f48a6e12
fix wrong EnumToString
2020-05-28 06:26:29 +02:00
Koh M. Nakagawa
cd05f34bae
add IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS
2020-05-11 09:16:59 +02:00
rthomas
a04eb8888a
Enhancement
2020-05-03 11:15:36 +02:00
rthomas
934d84ffea
Move to Pybind11 v2.4.3 and fix enum conflicts
2019-11-19 06:41:11 +01:00
Romain Thomas
c1758ba1ed
Fix 249
2018-12-24 05:33:11 +01:00
Romain Thomas
3b892188a1
Fix typo
2018-12-16 19:24:20 +01:00
Romain Thomas
678039cf44
Add missing enum
2018-12-16 17:57:57 +01:00
1orenz0
3537440b8d
Add support to parse POGO debug entries
2018-12-16 16:34:12 +01:00
1orenz0
fcc75dd879
Parse PE debug data directory as a list of debug entries
...
PE's DATA_DIRECTORY_DEBUG does not define a single debug entry, but
a list of struct pe_debug entries (the number of entries is determined
by the data directory's size).
This commit reflect this layout by returning a vector<> when calling
PE.debug()
2018-11-29 09:16:34 +01:00
Romain Thomas
33a2af4b18
Enhance Python binding
2018-06-08 14:58:00 +02:00