No video

Darkside Clone Demo from the webinar

just the code demo!
source code: github.com/zod...

Пікірлер: 5

  • @bludablaz
    @bludablaz4 ай бұрын

    Recently took the Rust class. You're genuinely a wizard. Absolutely brilliant work again.

  • @ek2719
    @ek27194 ай бұрын

    Great content. Plenty to refer to in the future. Thanks!

  • @MarekKnapek
    @MarekKnapek4 ай бұрын

    Nice! I was thinking about C++ constexpr function converting from module name and function name to a hash. Then searching the module list and export list hashing each element and comparing it to pre-computed hashes. This way you hide the strings from anti virus and from offline analyzers. But no, Pavel ecrypted the whole thing. Nice. Possible red flag would be running code that is not mapped to any file (that modified pages after decryption).

  • @tgare8861
    @tgare88614 ай бұрын

    Hello, how are you? I want to ask you how to load dll from byte array

  • @zodiacon

    @zodiacon

    4 ай бұрын

    This is called Reflective loading. Look it up.