Skip to content

nkbai/go-memorydll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-memorydll

a go wrapper for memory dll

it's the same as system's loadlibrary but it load dll content from memory usage : dll,err:=NewDLL(testdll,"example.dll"); proc,err:=dll.FindProc("gcd") result,,:=proc.Call(uintptr(4),uintptr(8))

About

a go wrapper for memory dll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published