s1341

Results 45 issues of s1341

When calling `gum_exec_ctx_ensure_inline_helpers_reachable` in some cases the offset is being advanced, since it writes a opcodes into the `code_slab`, but the `code_available` variable isn't being updated appropriately - which later...

It would be awesome to be able to specify a 'field path' when asking kitty-tool to generate mutations, and have kitty-tool generate mutations for that field path only. It should...

tools
feature-request

It would be awesome if bangsh could include infrastructure to support completion of task and sub-task names as well as options/arguments. Is there any chance you would add this functionality?

Feature

### Input C/C++ Header ```C++ struct _GumChainedPtr64Rebase { guint64 target : 36, high8 : 8, reserved : 7, next : 12, bind : 1; }; ``` ### Bindgen Invocation ```Rust...

When trying to build for windows on a linux host, mimalloc fails to link with the following error: ``` = note: lld-link: error: undefined symbol: __movsb >>> referenced by /src/mimalloc_rust/libmimalloc-sys/c_src/mimalloc/include/mimalloc/internal.h:926...

This should either be fixed, or noted in the documentation.

Supercedes #1298

Recently @mkravchik merged a PR aimed at adding e2e-testing capabilities to the library in order to allow for easy testing of e.g. frida ASAN. After using his solution a bit,...

enhancement

**IMPORTANT** 1. You have verified that the issue to be present in the current `main` branch Yup **Describe the bug** Building a real fuzzer with the `String*` mutations results in...

bug