falcon icon indicating copy to clipboard operation
falcon copied to clipboard

Binary Analysis Framework in Rust

Results 8 falcon issues
Sort by recently updated
recently updated
newest added

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Allow deserializing and serializing results of constants analysis with Serde. This will allow analysis to be conducted once and then saved.

Falcon needs a good-and-proper `Error` enum. This will touch almost all of the codebase. This is a very heavy lift, and is being forever/continually pushed to the right.

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. Changelog Sourced from shlex's changelog. 1.3.0 Full fix for the high-severity security vulnerability RUSTSEC-2024-0006 a.k.a. GHSA-r7qv-8r2h-pg27: Deprecates quote APIs in favor of try_ equivalents...

dependencies

Allows the docker image to be built on MacOS without having to modify the URL manually.

``` Program received signal SIGSEGV, Segmentation fault. 0x000055555589f221 in falcon_capstone::capstone::Instr::new () at src/capstone.rs:192 192 let detail = unsafe { *instr.detail }; (gdb) bt #0 0x000055555589f221 in falcon_capstone::capstone::Instr::new () at src/capstone.rs:192...