├── README.md ├── iat_poc.py └── parser_output ├── win10 └── output.json ├── win7 └── output.json ├── win8 └── output.json ├── winVista └── output.json └── winXP └── output.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/README.md -------------------------------------------------------------------------------- /iat_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/iat_poc.py -------------------------------------------------------------------------------- /parser_output/win10/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/parser_output/win10/output.json -------------------------------------------------------------------------------- /parser_output/win7/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/parser_output/win7/output.json -------------------------------------------------------------------------------- /parser_output/win8/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/parser_output/win8/output.json -------------------------------------------------------------------------------- /parser_output/winVista/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/parser_output/winVista/output.json -------------------------------------------------------------------------------- /parser_output/winXP/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellcodeSmuggler/IAT_POC/HEAD/parser_output/winXP/output.json --------------------------------------------------------------------------------