Romain Thomas
baa1b415ae
Enable DOS stub rebuilding
...
Python API:
* lief.PE.Binary.dos_stub property
* lief.PE.Builder.build_dos_stub method
C++ API:
* LIEF::PE::Binary::dos_stub setter/getter
* LIEF::PE::Builder::build_dos_stub method
2017-05-01 20:45:53 +02:00
Romain Thomas
b60b36a844
Enable PE hooking
...
* Add 'hook_function' to hook a PE imported function
* Add tutorial on PE hooking (resolve #5 )
* Add 'PE::get_import' and 'PE::has_import' to retrieve import
2017-05-01 18:11:37 +02:00
Romain Thomas
2ded57e676
Improve documentation
2017-04-29 10:45:26 +02:00
Romain Thomas
c031d7accf
Fix #20
2017-04-21 13:59:33 +02:00
Romain Thomas
3ffbb53850
Uniform API name for sections and segments.
...
ELF:
- segment.data has been renamed to segment.content
2017-04-17 07:32:30 +02:00
Romain Thomas
8ecba03288
Add 'has_section' and 'has_data_directory' methods to PE::TLS object
2017-04-04 22:25:17 +02:00
Romain Thomas
c6a3d198ad
Fix error with unicode
2017-04-04 17:22:16 +02:00
Romain Thomas
dae0c81eda
Fix typo (Algorithm)
2017-04-04 15:34:20 +02:00
Romain Thomas
306a191a03
First public release
2017-03-30 16:56:49 +02:00