Skip to content

aadog/frida-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frida-go

frida golang binding(no cgo implement)

Supports system(If necessary, he can support all platforms)

  • windows x64
  • linux
  • macos
  • posix

install

go get -u github.com/a97077088/frida-go

build

go build

single exe build

go build -tags tempdll

The code style is based on swift-frida

dylib from the project ying32/dylib

tempdll from the project ying32/govcl