vaalla

  • 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

















  • For WASM you can probably use tools like ghidra to decompile and read.

    Minified js not a lot better then raw ASM, single letter names and crazy optimisation patterns will make your life hell. Patching both I think is out of the question, maybe just inject some new js that interact with the DOM.

    Did a bit of reverse engineering on binaries in my life, and also spent too much time reading the youtube minified js. Both are hard as hell.


  • Can you use async in your project?

    If Yes, you can spawn a task that will listen on a channel. If you need to run them in parallel probably you can find a mpmc channel.

    If you need for them to run at a specific time, spawn task ,tokio::time::sleep , run job, loop.

    Don’t know any crate just for this.


  • vaallatoMemes@lemmy.mlWell let's not do anything hasty
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    9 months ago

    They had a lot of excellent scientists.

    Fun fact, the math behind radar stealth was developed by a Russian scientists and was ignored in URSS because it had a shit title. US delayed translating it because they didn’t undersrand the title. After a few years somebody at lockeed marting found it and realized what it meant. I think F-117 was developed based on that.