Any project in rust you want to chat about.

  • dzervas@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Took a break but I’ll be back soon: frida-deepfreeze-rs It’s a tool that makes frida scripts permanent. Coding it in Rust was a bit of a pickle but since I wanted it to be cross-compatible and statically compiled didn’t have much of a choice :P

    For those that don’t know, frida is a tool that injects a JS engine inside a running process. It’s like a debugger but now you can code it in JS and the API is much, MUCH nicer. You can intercept functions and change their parameter or their result, watch the memory, etc.