Category: Uncategorized

  • Real reviews

    Real reviews

    Here it is some of the reviews from public and private platforms about my work.

  • Is Random.org Really Random? Think Again.

    Is Random.org Really Random? Think Again.

    Random.org is a popular tool trusted by millions to generate random numbers—from lottery draws to giveaways, games, and more. But how secure is it, really? I created a video some time ago to expose a simple truth: you might not be getting the fair chance you think you are. I won’t be sharing the script.…

  • Unpack/Deobfuscate dot NET binary

    Unpack/Deobfuscate dot NET binary

    .NET executables often employ a variety of protection techniques designed to make reverse engineering difficult. The most common methods include: Name Obfuscation: Renaming functions, variables, and classes to meaningless or misleading names. Control Flow Obfuscation: Scrambling the logical flow of the code to make it harder to understand. More advanced protection schemes can take things…