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