981 Commits

Author SHA1 Message Date
Romain Thomas
5b7e6978b9 Fix new line 2021-01-18 09:34:48 +01:00
Romain Thomas
f8a3f4f8b5 Update compiler flags 2021-01-18 09:34:08 +01:00
Romain Thomas
1aff75d33f Fix warning 2021-01-18 08:11:42 +01:00
Romain Thomas
62a2e8e8c6 Resolve #525 2021-01-18 04:55:34 +01:00
Romain Thomas
27547aec33 Remove padding entry from the rich header 2021-01-17 18:52:51 +01:00
Romain Thomas
6e703014f6 Fix typo 2021-01-17 18:00:03 +01:00
Romain Thomas
45263af2ce Enhance get_imphash function to compute the same imphash value as pefile
close #299
2021-01-17 17:54:35 +01:00
Romain Thomas
6720ed2385 Update copyright 2021-01-16 18:17:17 +01:00
Romain Thomas
9851421392 Remove extra ; 2021-01-16 11:54:04 +01:00
Romain Thomas
bc92f0c3f9 Fix PPC doc 2021-01-16 11:46:38 +01:00
Romain Thomas
75846c5ec6 Fix table 2021-01-16 11:45:09 +01:00
Romain Thomas
1587cf5f2d Update un supported oids 2021-01-16 10:02:32 +01:00
Romain Thomas
4b9416731b Update documentation 2021-01-16 09:44:52 +01:00
Romain Thomas
8511b606d2 Add authenticode example 2021-01-16 09:44:52 +01:00
Romain Thomas
9b49d5d4ab Fix test 2021-01-16 09:44:51 +01:00
Romain Thomas
e6c606e78a Update tests 2021-01-16 09:44:51 +01:00
Romain Thomas
d29a74996b Process PKCS #9 counter signature and enhance signature verification 2021-01-16 09:44:51 +01:00
Romain Thomas
e4d2da1fd5 Fix error 2021-01-16 09:44:51 +01:00
Romain Thomas
e56fae238d Fix comma 2021-01-16 09:44:51 +01:00
Romain Thomas
caac866496 Fix python 37 2021-01-16 09:44:51 +01:00
Romain Thomas
536f24a91b Fix volume 2021-01-16 09:44:51 +01:00
Romain Thomas
153f46bb7a Fix multi-lines 2021-01-16 09:44:51 +01:00
Romain Thomas
852b507491 Add Linux x86-64 action 2021-01-16 09:44:51 +01:00
Romain Thomas
bdf1264df9 Update doc & tests 2021-01-16 09:44:51 +01:00
Romain Thomas
53ce0cd7d4 Fix Windows issues 2021-01-16 09:44:51 +01:00
Romain Thomas
ec9115a3d1 Fix windows and python 3.7 2021-01-16 09:44:51 +01:00
rthomas
634c2fc98e Enhance PE Authenticode 2021-01-16 09:44:51 +01:00
Romain Thomas
5b587ea88f Update changelog 2021-01-16 09:44:41 +01:00
Romain
d1ad5ab1de
Merge pull request #522 from kohnakagawa/fix/elf_enum_to_string
Fix the number of entries of MIPS_RELOCS
2021-01-15 07:42:32 +01:00
Koh M. Nakagawa
820dd28905 fix the number of entries 2021-01-15 14:39:27 +09:00
Romain Thomas
846978474c Add linux x86-64 workflow 2021-01-14 09:27:54 +01:00
Romain Thomas
40052253ef Add missing PPC entries 2021-01-14 05:54:54 +01:00
Romain Thomas
1e914cd86e Add ddisam 2021-01-14 05:54:39 +01:00
Romain Thomas
cd286e1c08 Update doc 2021-01-07 08:43:11 +01:00
Romain Thomas
fa9e340842 Enable CI as 'romainthomas' 2021-01-06 06:50:10 +01:00
Romain Thomas
0a76b87d91 Update changelog according to postponed PR 2021-01-06 06:25:32 +01:00
Romain Thomas
2b01a2d086 Merge branch 'pr/519' 2021-01-06 06:19:08 +01:00
Andrew Chow
8f46263c17 Calculate MachO binary available_command_space_
This value was always set to 0, so space would always be allocated in
the binary for more commands. However it is not necessary to do this as
there will often be space available. This commit adds a simple way to
calculate that during parsing.

This method is taken from Apple's cctools package, specifically the
codesign_allocate tool. See 466063c7f7/cctools/misc/codesign_allocate.c (L861)
2021-01-06 06:18:43 +01:00
Romain Thomas
90a781baac Fix condition 2021-01-05 13:35:12 +01:00
Romain Thomas
bbe04d0e28 Backport Conan fixes.
See: 28e84b9c5f
2021-01-05 11:17:39 +01:00
Romain Thomas
8b1d101a8f Fix variable name conflict 2021-01-04 18:31:33 +01:00
Romain Thomas
541cd5b0d9 Update badges 2021-01-04 11:14:13 +01:00
Romain Thomas
65e36a6650 Update FindLIEF 2021-01-04 10:50:12 +01:00
Romain Thomas
c30a580d6b Add Mobile-Security-Framework-MobSF 2021-01-04 10:49:46 +01:00
Romain Thomas
13222b6974 Fix #515 2021-01-04 09:56:19 +01:00
Romain Thomas
42745373ef Update deployment script 2021-01-03 20:33:54 +01:00
Romain Thomas
a7967a6827 Update doc 2021-01-03 19:55:16 +01:00
Romain Thomas
f4fc5784af Enhance CI & platforms 2021-01-03 17:52:44 +01:00
Romain Thomas
64481662f5 Update nightly install command 2021-01-03 11:56:37 +01:00
Romain
eccc0bbc61
Merge pull request #513 from aguinet/feature/fatmacho_take
Fat MachO: API to "take" a binary from the fat MachO object
2020-12-31 07:03:56 +01:00