mirror of
https://github.com/timwhitez/AddressOfEntryPoint-injection
synced 2026-06-08 17:50:22 +00:00
9 lines
157 B
Modula-2
9 lines
157 B
Modula-2
module entrypoint
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/soyum2222/editPE v0.0.0-20210624070249-c6fb60af2160
|
|
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
|
|
)
|