Releases: frida/frida-rust
Releases · frida/frida-rust
v0.17.2
What's Changed
- Fix build failure on nightly in #212
- Add threads and thread enumeration in #213
- Allow user-defined Message Handler to process custom send messages by @7sDream in #216
- Change Handler trait to receive message by value by @7sDream in #219
- Add FreeBSD support by @saruman9 in #215
- Adding support for gum_backtracer_generate_with_limit in Backtrace by @ykuszer in #223
- Fix hook Module related examples by @Xoffio in #224
- Added is_debugger_attached to Process by @Xoffio in #225
- Bump frida version to 17.5.1 by @s1341 in #226
- Added Example to document Process by @Xoffio in #227
- cpu_context update by @Xoffio in #228
- fix conditional compilation in Build Script (#230) by @MaxKingPor in #231
- Bump frida version and update all dependencies by @s1341 in #236
New Contributors
- @7sDream made their first contribution in #216
- @saruman9 made their first contribution in #215
- @ykuszer made their first contribution in #223
- @MaxKingPor made their first contribution in #231
Full Changelog: v0.17.0...v0.17.2
v0.16.8
What's Changed
- frida-gum-sys,frida-sys: bindgen w/ prettyplease by @ajwerner in #201
- impl Debug for Stalker, add Stalker::from_raw by @jejuisland87654 in #200
- fix
frida::DeviceManager::get_device_by_iddocumentation by @rbran in #203 - expose frida-gum underlying writer object to allow users to use funct… by @jejuisland87654 in #198
- fix: "use of undeclared crate or module alloc" error on aarch64 when std feature is enabled by @0x5457 in #202
- Fix typo in README.md by @rbran in #206
- Bump Frida Version by @s1341 in #207
New Contributors
Full Changelog: v0.16.7...v0.16.8
v0.16.0
What's Changed
- Core examples - use LazyLock & clean unnecessary crates by @Xoffio in #175
- PageProtection - Added Display implementation by @Xoffio in #176
- Added Module enumerate_sections by @Xoffio in #178
- Added Display implementation and type enum for enumerate_exports by @Xoffio in #179
- fix linkage for frida-gum script example for macos by @jejuisland87654 in #180
- Fix clippy by @s1341 in #184
- Implement support for accessing binary data sent alongside messages by @casept in #186
- adding process by @Xoffio in #182
- macos: remove dependency on c++ by @s1341 in #190
- Added more function for Process by @Xoffio in #188
- Bump frida to version 16.6.2 by @s1341 in #191
New Contributors
- @jejuisland87654 made their first contribution in #180
- @casept made their first contribution in #186
Full Changelog: v0.15.1...v0.16.0
v0.14.0
What's Changed
- Fix docs_cfg issue in CI by @s1341 in #140
- Add Result and Error on interceptor attach and attach_instruction by @Aursen in #143
- Added get_local_device and example. by @Xoffio in #146
- list_exports func added and initial RPC code. by @Xoffio in #147
- frida-gum: add std feature by @ajwerner in #156
- frida-gum: unref Interceptor on Drop by @ajwerner in #153
- frida-gum: dereference listener objects by @ajwerner in #157
- bump frida version to 16.5.1 by @aviramha in #151
- */Cargo.toml: format toml with taplo by @ajwerner in #155
- frida-gum: use a singleton gum instance by @ajwerner in #158
- Add support for scripting by @WorksButNotTested in #161
- Fix Aarch64 compilation errors by @zh522130 in #163
- Added script.exports. Fixes #105 by @Xoffio in #159
- Fix docsrs build by updating included frida-gum.h by @s1341 in #167
- Bump version to 0.14; bump frida version to 16.5.2 by @s1341 in #168
New Contributors
Full Changelog: v0.13.7...v0.14.0
v0.13.7
What's Changed
- Add release CI, bump action versions to avoid deprecations by @aviramha in #131
- fix: compilation on nightly by @amaanq in #130
- bump frida version to 16.2.5 by @aviramha in #135
- feat (script): Add post method to Script by @charleywright in #134
- bump frida version to 16.3.3 by @aviramha in #138
- Add get_remote_device by @SajjadPourali in #133
New Contributors
- @amaanq made their first contribution in #130
- @charleywright made their first contribution in #134
- @SajjadPourali made their first contribution in #133
Full Changelog: v0.13.6...v0.13.7
v0.13.6
Full Changelog: v0.13.5...v0.13.6
v0.13.5
v0.13.4
v0.13.3
What's Changed
- feat: able to use backtrace on Windows by @r4ve1 in #109
- Add main context closure scheduling by @csnewman in #107
- feat: convenience traits for pointers and ranges by @fabianfreyer in #111
- Add device lookup by type by @csnewman in #108
- feat: bindings for memory access monitor by @r4ve1 in #113
- fix: pointer error when passing event_sink by @r4ve1 in #115
- Add a couple of useful features to Device by @fabianfreyer in #110
- Bump frida version to 16.1.7 by @s1341 in #116
- Bump frida to 16.1.8 by @s1341 in #118
- Bump versions for release by @s1341 in #119
New Contributors
Full Changelog: v0.13.2...v0.13.3