Skip to content

Commit

Permalink
[libraries.python3] Install lznt1 Python library
Browse files Browse the repository at this point in the history
LZNT1 compression is widely used in malware. So I think it would be
useful to be able to use LZNT1 compression/decompression in FLARE-VM.
Add the lznt1 Python library to libraries.python3.vm to provide this
functionality.
  • Loading branch information
Ana06 committed Jan 30, 2024
1 parent 353e5de commit 1c07c82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/libraries.python3.vm/libraries.python3.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>libraries.python3.vm</id>
<version>0.0.0.20231220</version>
<version>0.0.0.20240130</version>
<description>Metapackage to install common Python libraries</description>
<authors>Several, check in pypi.org for every of the libraries</authors>
<dependencies>
Expand Down
11 changes: 6 additions & 5 deletions packages/libraries.python3.vm/tools/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,31 @@
<module name="acefile"/>
<module name="art"/>
<module name="binwalk" url="https://github.com/ReFirmLabs/binwalk/archive/refs/tags/v2.3.3.zip"/>
<module name="flare-capa"/>
<module name="capstone-windows"/>
<module name="dissect"/>
<module name="dnfile"/>
<module name="dncil"/>
<module name="dnfile"/>
<module name="flare-capa"/>
<module name="hexdump"/>
<module name="ldapdomaindump"/>
<module name="lznt1"/>
<module name="mkyara"/>
<module name="msoffcrypto-tool"/>
<module name="olefile"/>
<module name="oletools"/>
<module name="pefile"/>
<module name="psutil"/>
<module name="pyasn1"/>
<module name="pycryptodome"/>
<module name="pyftpdlib"/>
<module name="pyOpenSSL"/>
<module name="pyreadline3"/>
<module name="pythonnet"/>
<module name="pyOpenSSL"/>
<module name="psutil"/>
<module name="requests"/>
<module name="stringsifter"/>
<module name="uncompyle6"/>
<module name="unpy2exe"/>
<module name="unicorn"/>
<module name="unpy2exe"/>
<module name="vivisect"/>
<module name="XLMMacroDeobfuscator"/>
<module name="yara-python"/>
Expand Down

0 comments on commit 1c07c82

Please sign in to comment.