eh-steve / goloader

Compile, load and run Go code at runtime.
Apache License 2.0
54 stars 4 forks source link

PE relocs #13

Closed eh-steve closed 1 year ago

eh-steve commented 1 year ago

amd64/windows CGo tests currently failing due to unimplemented PE relocs.

Placeholder started in #5

eh-steve commented 1 year ago

Implemented in #5 https://github.com/eh-steve/goloader/pull/5/commits/a9b659ead793c295e77de9f0e6f26eadb183a898 (at least enough to pass tests)