Romain Thomas
442fb46395
Initial support for Apple's dyld shared cache
2024-10-19 06:29:24 +02:00
Romain Thomas
b6de8801b2
Improve documentation
2024-10-19 04:39:01 +02:00
Romain Thomas
0e04b4a44e
Fix doc
2024-08-31 07:36:25 +02:00
Romain Thomas
b2b7fb96ec
Add support for extensions.
2024-07-13 07:51:52 +02:00
Romain Thomas
2a31841aec
Update logging interface
2024-06-22 05:49:59 +02:00
Romain Thomas
d447511a64
Add rust bindings
2024-04-27 10:25:58 +02:00
Romain Thomas
363f1a1b07
Add API to setup a log file sink ( fix #875 )
2023-03-18 11:16:34 +01:00
Romain Thomas
8aa5b1bdec
Update doc
2023-03-18 06:30:23 +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
rthomas
a615adbee4
This commit cleans and modernizes the code base of LIEF.
...
Among the changes:
- It removes the ``and, or, not`` keywords
- It updates the Documentation
- It moves the internal structures in the ``details::`` namespace
2022-01-27 20:18:54 +01:00
Romain Thomas
076bd5cd23
Resolve #644
2022-01-16 17:04:47 +01:00
Romain Thomas
576d791f80
Update doc
2020-12-18 18:55:09 +01:00
rthomas
1364f22c78
Improve logging interface
2020-11-09 21:02:50 +01:00
Romain Thomas
a47ff2ea66
Update OAT doc
2018-05-05 15:59:43 +02:00
Romain Thomas
4ef1bb845f
Add new formats: OAT, DEX, VDEX, ART
2018-05-04 12:46:28 +02:00
Romain Thomas
4600c2ba8d
Provide API to configure the LIEF's logger
...
API changes:
LIEF::Logger::{set_level, set_verbose_level...}
Resolve : #68
2017-07-31 15:16:02 +02:00
Romain Thomas
306a191a03
First public release
2017-03-30 16:56:49 +02:00