From 5c103d787eac0e5999df7f2f2eb47e78b4e84805 Mon Sep 17 00:00:00 2001 From: d3adc0de Date: Fri, 10 Jun 2022 08:23:12 +0100 Subject: [PATCH] Add requirements and ignore files --- .gitignore | 1 + inceptor/.gitignore | 3 ++- inceptor/syscalls/syswhispersv3 | 2 +- requirements.txt | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbe1e75..cc40644 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ venv drop build dist +code *.spec .idea !metrics/cloc.exe \ No newline at end of file diff --git a/inceptor/.gitignore b/inceptor/.gitignore index 95e77c5..8765034 100644 --- a/inceptor/.gitignore +++ b/inceptor/.gitignore @@ -14,4 +14,5 @@ backup/** history.txt artifacts *.ico -*.def \ No newline at end of file +*.def +rop* \ No newline at end of file diff --git a/inceptor/syscalls/syswhispersv3 b/inceptor/syscalls/syswhispersv3 index fc1dd34..0ccd70b 160000 --- a/inceptor/syscalls/syswhispersv3 +++ b/inceptor/syscalls/syswhispersv3 @@ -1 +1 @@ -Subproject commit fc1dd3464a692213eecb83a869b8b2ed085a21da +Subproject commit 0ccd70b2dfd444997bfc4956af66ca9b49a587bc diff --git a/requirements.txt b/requirements.txt index 29e6415..b3c4492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ frida frida-tools +in_place jmespath colorama pandas @@ -7,5 +8,6 @@ numpy pefile pycryptodome pyOpenSSL +pyyaml py7zr win32-setctime \ No newline at end of file