Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _i18n/en/_docs/c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ See the [frida-core](https://github.com/frida/frida-core) repository for the sou

frida-gum allows you to augment and replace functions using C.

[This project](https://github.com/0xXA/snapchat-emulator-bypass) shows you how to augment `open`, `execve`, `__system_property_find`, and `__system_property_get` as well as how a patch can be applied from c only.

The example in the devkit shows you how to augment `open` and `close` from C only.

See the [frida-gum](https://github.com/frida/frida-gum) repository for the source.
Expand Down