Skip to content

RtlCopyMemory does not work in GOARCH=386 #1

@aus

Description

@aus

You can use memcpy via msvcrt.dll instead which works on amd64 and 386.

msvcrt := windows.NewLazyDLL("msvcrt")
memcpy := msvcrt.NewProc("memcpy")

This probably also applies to ExecuteShellcodeSelf in Merlin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions