An open API service indexing awesome lists of open source software.

https://github.com/nullswan/frida_go

frida golang binding
https://github.com/nullswan/frida_go

Last synced: 6 months ago
JSON representation

frida golang binding

Awesome Lists containing this project

README

          

```Go
file, _ := ioutil.ReadFile(__file__)
session, _ := frida_go.Attach(ProcessID)
script, _ := session.CreateScriptSync(name, string(file))
_ := script.Load()
```