4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-14 20:29:34 +00:00

891 Commits

Author SHA1 Message Date
Romain Thomas
d1a7b81120 Set log output on stderr
Resolve 
2020-12-05 07:23:59 +01:00
Charles
588a7a3a04 Sort ELF static symbols in Builder 2020-11-28 06:47:35 +01:00
Romain
533b74d551
Merge pull request from Clcanny/charles-dont-relocation-when-extend-not-loaded-section-pull-request
Don't do relocation and etc. when extend not loaded section.
2020-11-28 06:41:07 +01:00
Romain
4de7fd2050
Merge pull request from kwarrick/kwarrick/find-package
Simplify find_package mechanics
2020-11-28 06:34:08 +01:00
Kevin Warrick
d11149b03d Generate LIEFConfig and LIEFConfigVersion 2020-11-26 13:36:12 -05:00
rthomas
f0bddc0001 Change verbosity of some functions 2020-11-25 07:40:55 +01:00
Charles
ad055a155f Fix bug: "Unable to find the segment associated with the address" in Binary::extend. 2020-11-25 14:40:20 +08:00
rthomas
2145d79efb Include according to config 2020-11-21 20:22:41 +01:00
rthomas
b49786fd03 Resolve 2020-11-20 06:45:34 +01:00
rthomas
294428973a Clean Mach-O headers 2020-11-20 06:43:12 +01:00
rthomas
3b7c8fb203 Clean ELF headers 2020-11-20 06:42:23 +01:00
rthomas
8872b85fc7 Cleanup PE headers 2020-11-19 07:45:10 +01:00
rthomas
957929348b Fix check 2020-11-18 16:56:24 +01:00
rthomas
1538a55b97 Handle corrupted DLL name 2020-11-18 16:49:37 +01:00
rthomas
f0ee03543b WIP 2020-11-18 16:49:37 +01:00
rthomas
acb108602d Log 2020-11-18 16:49:37 +01:00
rthomas
8a72f4310e Update documentation & python bindings 2020-11-18 13:07:21 +01:00
Antonio Flores Montoya
a49fb73f74 add mips relocations. 2020-11-18 13:07:15 +01:00
rthomas
44e072da15 Handle python utf-16 conversion in LangCodeItem values 2020-11-17 18:18:48 +01:00
rthomas
d2218e549d Fix logging doc 2020-11-17 18:18:10 +01:00
rthomas
9c399e603c Fix permission issue 2020-11-11 11:36:03 +01:00
rthomas
bee7a0bb86 Fix dockerfile 2020-11-11 10:18:46 +01:00
rthomas
b224217bfe Remove cppcheck (to be replaced with clang-tidy) 2020-11-11 07:15:38 +01:00
rthomas
92181c8d51 Fix deps 2020-11-11 07:13:55 +01:00
rthomas
2bfd277360 Revert Python 3.9 on Windows 2020-11-10 18:30:00 +01:00
rthomas
43a223b70f Package json.hpp into third-party directory 2020-11-10 17:52:34 +01:00
rthomas
24d89a1315 Lint 2020-11-10 17:21:28 +01:00
Romain
122e6ab443
Merge pull request from aeflores/add-mips-abstract
add mips to the elf architecture mapping.
2020-11-10 16:54:10 +01:00
rthomas
ab4df2db1e Re-enable other python versions 2020-11-10 16:48:12 +01:00
rthomas
ad6189e38c Enable Python 3.9 on Appveyor 2020-11-10 16:47:23 +01:00
Antonio Flores Montoya
f2151dbe41 add mips to the elf architecture mapping. 2020-11-10 10:44:39 -05:00
rthomas
a35a97aa83 Log improvements 2020-11-10 06:32:12 +01:00
rthomas
1364f22c78 Improve logging interface 2020-11-09 21:02:50 +01:00
rthomas
044f3d992c Merge branch 'pr/486' 2020-11-07 15:46:58 +01:00
Meir Komet
1851382170 added eBPF file support (compiled to ELF, via new llvm support) 2020-11-07 15:46:28 +01:00
rthomas
c02bfee0e6 Add ftime-tracing script 2020-11-07 15:45:03 +01:00
Romain
a76eb4a4f9
Merge pull request from rafael-santiago/master
Changing library artifact suffix take into consideration CRT choice on MSVC based builds
2020-11-06 17:03:03 +01:00
rafael-santiago
7b5e8503d6 Changing library artifact suffix...
...take into consideration CRT choice on MSVC based builds.
2020-11-05 09:37:16 -03:00
rthomas
b8a6c68731 Add test for empty gnu hash 2020-11-04 15:42:14 +01:00
rthomas
b90d3c433d Update changelog & references 2020-11-04 14:50:42 +01:00
rthomas
1381f9a115 Force rebuild GNU hash table even though it's empty 2020-11-04 14:26:58 +01:00
rthomas
dc31e15fc9 Fix according to @Clcanny fix 2020-11-04 14:18:36 +01:00
rthomas
d84f190790 Fix 2020-11-04 11:30:49 +01:00
rthomas
437fbeb3ea Update changelog 2020-10-22 14:50:14 +02:00
rthomas
3d9b84c6ec Add support for Python 3.9 2020-10-22 14:48:27 +02:00
rthomas
3bd530b880 Resolve 2020-10-15 09:14:18 +02:00
rthomas
1390f8b090 Add method to query binary's virtual size 2020-10-12 16:25:33 +02:00
rthomas
2d0005dc60 Unify GuardFlags 2020-10-11 20:18:20 +02:00
rthomas
d6753b17c5 Fix error 2020-10-10 11:01:05 +02:00
rthomas
2e65a94b7c Export binding's original offset 2020-10-09 18:42:52 +02:00