rabbitizer/rust
Luke Street 4dd2a55588
Fix heap corruption in Rust bindings (#62)
RabbitizerInstruction_getSizeForBuffer and
RabbitizerOperandType_getBufferSize return
the size _without_ the null terminator, so
we need to allocate one more byte to avoid
writing past the allocated vector bounds.
2024-05-22 12:33:15 -04:00
..
src Fix heap corruption in Rust bindings (#62) 2024-05-22 12:33:15 -04:00
build.rs Make Rust acknowledge the tables/ folder 2023-06-10 10:20:16 -04:00