jamesmoriarty / gomem

A Go library for manipulating Windows processes.
https://pkg.go.dev/github.com/jamesmoriarty/gomem
MIT License
50 stars 6 forks source link

Feature request: Asm injection #3

Open zandercodes opened 3 years ago

zandercodes commented 3 years ago

Hello i have a Question? You can add asm injections?

for Example: Inject at value 0x432A1

mov ebp,1
ret
jamesmoriarty commented 3 years ago

I believe so. I'll have a look this week.