Add requirements and ignore files

This commit is contained in:
d3adc0de 2022-06-10 08:23:12 +01:00
parent 85eeb3c725
commit 5c103d787e
4 changed files with 6 additions and 2 deletions

1
.gitignore vendored

@ -2,6 +2,7 @@ venv
drop drop
build build
dist dist
code
*.spec *.spec
.idea .idea
!metrics/cloc.exe !metrics/cloc.exe

3
inceptor/.gitignore vendored

@ -14,4 +14,5 @@ backup/**
history.txt history.txt
artifacts artifacts
*.ico *.ico
*.def *.def
rop*

@ -1 +1 @@
Subproject commit fc1dd3464a692213eecb83a869b8b2ed085a21da Subproject commit 0ccd70b2dfd444997bfc4956af66ca9b49a587bc

@ -1,5 +1,6 @@
frida frida
frida-tools frida-tools
in_place
jmespath jmespath
colorama colorama
pandas pandas
@ -7,5 +8,6 @@ numpy
pefile pefile
pycryptodome pycryptodome
pyOpenSSL pyOpenSSL
pyyaml
py7zr py7zr
win32-setctime win32-setctime