Hi pirates.

I used to reverse engineer and crack CrackMes and CTF Challenges, and while those are fun and teaches important concepts it’s not close enough for real world cracking. I’m looking for softwares to practice on. This will probably help other people so maybe we should make a list. I thought on something like:

  1. Easy peasy software to crack (Closet thing to CrackMe but real).
  2. Keygen.
  3. Dll patching.
  4. Manipulating server payloads.
  5. Anti-debug bypass.

If you know any softwares that are suitable for this is great. If you have something to add or you think the order should be different then please update me.

  • DemSpud@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 个月前

    Not what you asked, but what resources did you use to get into this space? Was it just CrackMe or were there others?

    • McBain@feddit.chOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      8 个月前

      First I learned how to program in c (recently I learned c++). Then I learned how to read assembly, how pc memory works, what is dynamic and static linking, what are vtables, and for debugging I learned how to use tools like ghidra, Detect It Easy, xdbg, etc…

      Learned about compression, un/packing, dll injection, anti-debug methods.

      Also did some simple game hacking, nothing fancy.

      It’s not all but I can’t write everything here… I don’t know any good RE courses (maybe someone else here can share).

      I also read a lot of writeups on reddit from r/ReverseEngineering and r/REGames