├── bin └── indirectCalls.plw ├── readme.txt └── src ├── .gitignore ├── indirectCalls.cpp ├── indirectCalls.h ├── indirectCalls.opensdf ├── indirectCalls.sln ├── indirectCalls.vcxproj └── indirectCalls.vcxproj.filters /bin/indirectCalls.plw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/bin/indirectCalls.plw -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/readme.txt -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/.gitignore -------------------------------------------------------------------------------- /src/indirectCalls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/indirectCalls.cpp -------------------------------------------------------------------------------- /src/indirectCalls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/indirectCalls.h -------------------------------------------------------------------------------- /src/indirectCalls.opensdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/indirectCalls.opensdf -------------------------------------------------------------------------------- /src/indirectCalls.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/indirectCalls.sln -------------------------------------------------------------------------------- /src/indirectCalls.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/indirectCalls.vcxproj -------------------------------------------------------------------------------- /src/indirectCalls.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihilus/IndirectCalls/HEAD/src/indirectCalls.vcxproj.filters --------------------------------------------------------------------------------