sleighcraft icon indicating copy to clipboard operation
sleighcraft copied to clipboard

sleigh craft!

Results 6 sleighcraft issues
Sort by recently updated
recently updated
newest added

Delete the function decode_with for original and Expose more Rust low-level APIs. - [x] fixed cxx exception content display - [x] fixed pcode instructions display error - [x] disassembly and...

This would be helpful for other libraries.

I got to admit, current API, especially Rust API is totally a mess. Hopefully this PR should beautify our Rust API. But note that Python and Nodejs binding has not...

When using code `code = [15, 31, 128, 0, 0, 0, 0]` in sleighcraft and set MODE_64, We will get an error `BadDataError`. crash demo ``` let mut sleigh_builder =...

As noted in the README, the Rust API is kind of low level. Users need to construct internal structures like `CollectingAssemblyEmit` and call internal methods `sleigh.decode(0).unwrap()` (what does this do?)...

It looks like this is needed to get set `opsize = 1` and `addrsize = 1` for 32 bit x86 decoding.