├── ApplicationDetails.go ├── ApplicationQueryOptions.go ├── Bus.go ├── BusSignalConnect.go ├── BusSignalConnectCallback.go ├── BusSignalConnectCallback_posix.go ├── BusSignalConnectCallback_windows.go ├── Callback_posix.go ├── ChildDetails.go ├── CrashDetails.go ├── Device.go ├── DeviceManager.go ├── DeviceManagerSignalConnect.go ├── DeviceManagerSignalConnectCallback.go ├── DeviceManagerSignalConnectCallback_posix.go ├── DeviceManagerSignalConnectCallback_windows.go ├── DeviceSignalConnect.go ├── DeviceSignalConnectCallback.go ├── DeviceSignalConnectCallback_posix.go ├── DeviceSignalConnectCallback_windows.go ├── FileMonitor.go ├── FridaPeerOptions.go ├── FrontmostQueryOptions.go ├── IAllocObjer.go ├── IOStream.go ├── Marshal.go ├── ProcessDetails.go ├── ProcessMatchOptions.go ├── ProcessQueryOptions.go ├── README.md ├── Relay.go ├── RemoteDeviceOptions.go ├── Script.go ├── ScriptOptions.go ├── ScriptSignalConnect.go ├── ScriptSignalConnectCallBack.go ├── ScriptSignalConnectCallBack_posix.go ├── ScriptSignalConnectCallBack_windows.go ├── Session.go ├── SessionOptions.go ├── SpawnDetails.go ├── SpawnOptions.go ├── add.go ├── cfrida ├── ApplicationDetails.go ├── Bus.go ├── ChildDetails.go ├── CrashDetails.go ├── Device.go ├── DeviceManager.go ├── FileMonitor.go ├── Init.go ├── ProcessDetails.go ├── Session.go ├── SpawnDetails.go ├── cfrida_test.go ├── cfuns.go ├── dylib_nontempdll.go ├── dylib_tempdll.go ├── gobject.go ├── gobjectimportfuncs.go ├── importfuncs.go ├── loadlib.go └── script.go ├── cobj.go ├── finalizerOn.go ├── frida_test.go └── init.go /ApplicationDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ApplicationDetails.go -------------------------------------------------------------------------------- /ApplicationQueryOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ApplicationQueryOptions.go -------------------------------------------------------------------------------- /Bus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Bus.go -------------------------------------------------------------------------------- /BusSignalConnect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/BusSignalConnect.go -------------------------------------------------------------------------------- /BusSignalConnectCallback.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/BusSignalConnectCallback.go -------------------------------------------------------------------------------- /BusSignalConnectCallback_posix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/BusSignalConnectCallback_posix.go -------------------------------------------------------------------------------- /BusSignalConnectCallback_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/BusSignalConnectCallback_windows.go -------------------------------------------------------------------------------- /Callback_posix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Callback_posix.go -------------------------------------------------------------------------------- /ChildDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ChildDetails.go -------------------------------------------------------------------------------- /CrashDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/CrashDetails.go -------------------------------------------------------------------------------- /Device.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Device.go -------------------------------------------------------------------------------- /DeviceManager.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceManager.go -------------------------------------------------------------------------------- /DeviceManagerSignalConnect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceManagerSignalConnect.go -------------------------------------------------------------------------------- /DeviceManagerSignalConnectCallback.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceManagerSignalConnectCallback.go -------------------------------------------------------------------------------- /DeviceManagerSignalConnectCallback_posix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceManagerSignalConnectCallback_posix.go -------------------------------------------------------------------------------- /DeviceManagerSignalConnectCallback_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceManagerSignalConnectCallback_windows.go -------------------------------------------------------------------------------- /DeviceSignalConnect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceSignalConnect.go -------------------------------------------------------------------------------- /DeviceSignalConnectCallback.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceSignalConnectCallback.go -------------------------------------------------------------------------------- /DeviceSignalConnectCallback_posix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceSignalConnectCallback_posix.go -------------------------------------------------------------------------------- /DeviceSignalConnectCallback_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/DeviceSignalConnectCallback_windows.go -------------------------------------------------------------------------------- /FileMonitor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/FileMonitor.go -------------------------------------------------------------------------------- /FridaPeerOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/FridaPeerOptions.go -------------------------------------------------------------------------------- /FrontmostQueryOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/FrontmostQueryOptions.go -------------------------------------------------------------------------------- /IAllocObjer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/IAllocObjer.go -------------------------------------------------------------------------------- /IOStream.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/IOStream.go -------------------------------------------------------------------------------- /Marshal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Marshal.go -------------------------------------------------------------------------------- /ProcessDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ProcessDetails.go -------------------------------------------------------------------------------- /ProcessMatchOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ProcessMatchOptions.go -------------------------------------------------------------------------------- /ProcessQueryOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ProcessQueryOptions.go -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/README.md -------------------------------------------------------------------------------- /Relay.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Relay.go -------------------------------------------------------------------------------- /RemoteDeviceOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/RemoteDeviceOptions.go -------------------------------------------------------------------------------- /Script.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Script.go -------------------------------------------------------------------------------- /ScriptOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ScriptOptions.go -------------------------------------------------------------------------------- /ScriptSignalConnect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ScriptSignalConnect.go -------------------------------------------------------------------------------- /ScriptSignalConnectCallBack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ScriptSignalConnectCallBack.go -------------------------------------------------------------------------------- /ScriptSignalConnectCallBack_posix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ScriptSignalConnectCallBack_posix.go -------------------------------------------------------------------------------- /ScriptSignalConnectCallBack_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/ScriptSignalConnectCallBack_windows.go -------------------------------------------------------------------------------- /Session.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/Session.go -------------------------------------------------------------------------------- /SessionOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/SessionOptions.go -------------------------------------------------------------------------------- /SpawnDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/SpawnDetails.go -------------------------------------------------------------------------------- /SpawnOptions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/SpawnOptions.go -------------------------------------------------------------------------------- /add.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/add.go -------------------------------------------------------------------------------- /cfrida/ApplicationDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/ApplicationDetails.go -------------------------------------------------------------------------------- /cfrida/Bus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/Bus.go -------------------------------------------------------------------------------- /cfrida/ChildDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/ChildDetails.go -------------------------------------------------------------------------------- /cfrida/CrashDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/CrashDetails.go -------------------------------------------------------------------------------- /cfrida/Device.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/Device.go -------------------------------------------------------------------------------- /cfrida/DeviceManager.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/DeviceManager.go -------------------------------------------------------------------------------- /cfrida/FileMonitor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/FileMonitor.go -------------------------------------------------------------------------------- /cfrida/Init.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/Init.go -------------------------------------------------------------------------------- /cfrida/ProcessDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/ProcessDetails.go -------------------------------------------------------------------------------- /cfrida/Session.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/Session.go -------------------------------------------------------------------------------- /cfrida/SpawnDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/SpawnDetails.go -------------------------------------------------------------------------------- /cfrida/cfrida_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/cfrida_test.go -------------------------------------------------------------------------------- /cfrida/cfuns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/cfuns.go -------------------------------------------------------------------------------- /cfrida/dylib_nontempdll.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/dylib_nontempdll.go -------------------------------------------------------------------------------- /cfrida/dylib_tempdll.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/dylib_tempdll.go -------------------------------------------------------------------------------- /cfrida/gobject.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/gobject.go -------------------------------------------------------------------------------- /cfrida/gobjectimportfuncs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/gobjectimportfuncs.go -------------------------------------------------------------------------------- /cfrida/importfuncs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/importfuncs.go -------------------------------------------------------------------------------- /cfrida/loadlib.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/loadlib.go -------------------------------------------------------------------------------- /cfrida/script.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cfrida/script.go -------------------------------------------------------------------------------- /cobj.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/cobj.go -------------------------------------------------------------------------------- /finalizerOn.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/finalizerOn.go -------------------------------------------------------------------------------- /frida_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aadog/frida-go/HEAD/frida_test.go -------------------------------------------------------------------------------- /init.go: -------------------------------------------------------------------------------- 1 | package frida_go 2 | 3 | --------------------------------------------------------------------------------