We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c43187 + 2fe2614 commit 2f1bdc0Copy full SHA for 2f1bdc0
art/attacks/evasion/pe_malware_attack.py
@@ -752,7 +752,6 @@ def insert_section(
752
lief.PE.SECTION_TYPES.RELOCATION,
753
lief.PE.SECTION_TYPES.RESOURCE,
754
lief.PE.SECTION_TYPES.TEXT,
755
- lief.PE.SECTION_TYPES.TLS_,
756
lief.PE.SECTION_TYPES.UNKNOWN,
757
]
758
),
requirements_test.txt
@@ -46,7 +46,7 @@ xgboost==2.1.4
46
47
kornia~=0.8.1
48
tensorboardX==2.6.2.2
49
-lief==0.15.1
+lief==0.16.6
50
jax[cpu]==0.4.30
51
52
# lingvo==0.13.1
0 commit comments