├── README.md ├── entrypoint.cpp ├── entrypoint.sln ├── entrypoint.vcxproj ├── entrypoint.vcxproj.filters ├── entrypoint.vcxproj.user └── golang ├── AddressOfEntryPoint.go ├── go.mod └── go.sum /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/entrypoint.cpp -------------------------------------------------------------------------------- /entrypoint.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/entrypoint.sln -------------------------------------------------------------------------------- /entrypoint.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/entrypoint.vcxproj -------------------------------------------------------------------------------- /entrypoint.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/entrypoint.vcxproj.filters -------------------------------------------------------------------------------- /entrypoint.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/entrypoint.vcxproj.user -------------------------------------------------------------------------------- /golang/AddressOfEntryPoint.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/golang/AddressOfEntryPoint.go -------------------------------------------------------------------------------- /golang/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/golang/go.mod -------------------------------------------------------------------------------- /golang/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/AddressOfEntryPoint-injection/HEAD/golang/go.sum --------------------------------------------------------------------------------