diff --git a/.gitignore b/.gitignore index e48c5dd..3d24a94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -*.exe* +*infected.exe* +*a.exe* +exes_more/ *.obj *.lnk /*.bin @@ -7,3 +9,4 @@ __pycache__ bak/ build/ out/ +tools/ \ No newline at end of file diff --git a/exes/7z.exe b/exes/7z.exe new file mode 100644 index 0000000..a739ca0 Binary files /dev/null and b/exes/7z.exe differ diff --git a/exes/iattest-full.exe b/exes/iattest-full.exe new file mode 100644 index 0000000..acf4100 Binary files /dev/null and b/exes/iattest-full.exe differ diff --git a/exes/iattest-messagebox.exe b/exes/iattest-messagebox.exe new file mode 100644 index 0000000..5f9f8d3 Binary files /dev/null and b/exes/iattest-messagebox.exe differ diff --git a/exes/procexp64.exe b/exes/procexp64.exe new file mode 100644 index 0000000..c574df0 Binary files /dev/null and b/exes/procexp64.exe differ diff --git a/exes_more/putty.exe b/exes_more/putty.exe new file mode 100644 index 0000000..dd36d76 Binary files /dev/null and b/exes_more/putty.exe differ