{"id":26798256,"url":"https://github.com/quantumwizard888/reverse-engineering-crackmes-with-ghidra","last_synced_at":"2026-03-04T07:02:30.808Z","repository":{"id":41079105,"uuid":"381375031","full_name":"QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra","owner":"QuantumWizard888","description":"A collection of random crackme solutions created using Ghidra SRE (software Reverse Engineering) tool for purpose of research.","archived":false,"fork":false,"pushed_at":"2025-04-20T19:01:40.000Z","size":4634,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T22:12:23.397Z","etag":null,"topics":["asm","asmx86","assembler","assembly","beginner","beginner-friendly","c","crackme","decompiler","disassembler","disassembly","for-beginners","ghidra","guide","hacking","research","reverse-engineering","software-reverse-engineering","tutorial"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuantumWizard888.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-29T13:29:30.000Z","updated_at":"2025-04-20T19:01:44.000Z","dependencies_parsed_at":"2025-04-22T22:12:27.849Z","dependency_job_id":null,"html_url":"https://github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra","commit_stats":null,"previous_names":["quantumwizard888/reverse-engineering-crackmes-with-ghidra"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumWizard888%2FReverse-Engineering-crackmes-with-Ghidra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumWizard888%2FReverse-Engineering-crackmes-with-Ghidra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumWizard888%2FReverse-Engineering-crackmes-with-Ghidra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumWizard888%2FReverse-Engineering-crackmes-with-Ghidra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuantumWizard888","download_url":"https://codeload.github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumWizard888%2FReverse-Engineering-crackmes-with-Ghidra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asm","asmx86","assembler","assembly","beginner","beginner-friendly","c","crackme","decompiler","disassembler","disassembly","for-beginners","ghidra","guide","hacking","research","reverse-engineering","software-reverse-engineering","tutorial"],"created_at":"2025-03-29T19:18:16.776Z","updated_at":"2026-03-04T07:02:30.783Z","avatar_url":"https://github.com/QuantumWizard888.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reverse Engineering of crackmes with Ghidra\n\n\u003cimg src = \"https://github.com/Marco888Space/Reverse-Engineering-crackmes-with-Ghidra/blob/main/ghidra_icon.png\" width = 350\u003e\n\n## === About === ##\nA collection of random crackme and programming puzzle solutions created using **GHIDRA** SRE (Software Reverse Engineering) tool. This series of tutorials is for **complete beginners** in Assembly language (x86) and software reverse engineering (like me, lol). I created this repository because I wanted to share my solutions and approach, so anyone can learn something from it, and because I need practicing in both C/C++, ASM and Reverse Engineering. \n\n* How to create a project in Ghidra #1: read [this short tutorial](https://github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra/blob/main/Import_and_create_project_tutorial.md)\n* How to create a project in Ghidra #2: or you can just watch [this great tutorial](https://www.youtube.com/watch?v=fTGTnrgjuGA)\n\n## === List of crackmes solutions === ##\n\n* [TLOD's Easy Crackme solution](https://github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra/blob/main/solutions/crackme_1/crackme_1_solution.md)\n* [RedXen's C File CrackMe solution](https://github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra/blob/main/solutions/crackme_2/crackme_2_solution.md)\n* [Danofred's KeygenMe - 01 (update) solution](https://github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra/blob/main/solutions/crackme_3/crackme_3_solution.md)\n* [psyr3n's PIDXploit solution](https://github.com/QuantumWizard888/Reverse-Engineering-crackmes-with-Ghidra/blob/main/solutions/crackme_4/crackme_4_solution.md)\n\n## === Resources === ##\n* **Ghidra**: https://github.com/NationalSecurityAgency/ghidra/\n* **Ghidra courses**: https://ghidra.re/online-courses/\n* **Reverse Engineering Tutorials**: [Playlist](https://www.youtube.com/playlist?list=PL7iSco3duZcrs-SgnOXaX9qLyB97tnYLO)\n* **HackadayU: Reverse Engineering with Ghidra | HackadayU**: [Playlist](https://www.youtube.com/playlist?list=PL_tws4AXg7auglkFo6ZRoWGXnWL0FHAEi)\n* **x64dbg + GHIDRA video tutorial**: [Video](https://www.youtube.com/watch?v=fBPj5yEJgck\u0026list=PL7iSco3duZcrs-SgnOXaX9qLyB97tnYLO\u0026index=7)\n* **x86 Assembly Guide**: https://www.cs.virginia.edu/~evans/cs216/guides/x86.html\n* **x86 Assembly Wikibooks guide**: https://en.wikibooks.org/wiki/X86_Assembly\n* **About Registers**: https://wiki.skullsecurity.org/index.php?title=Registers\n* **Understanding C by learning assembly**: https://www.recurse.com/blog/7-understanding-c-by-learning-assembly\n* **Reversing MIPS**: https://aswinc.blog/blog/reversing-mips/\n* **(RU) Уроки ассемблера**: https://ravesli.com/uroki-assemblera/\n* **(RU) Введение в ассемблер**: http://av-assembler.ru/asm/afd/asm.htm\n* **(RU) Основы реверсинга, начинаем ломать**: https://codeby.school/blog/informacionnaya-bezopasnost/osnovy-reversinga-nachinaem-lomat\n* **(RU) Как распаковать вредоносное ПО с помощью x64dbg**: https://habr.com/ru/companies/varonis/articles/573756/\n* **(RU) Обзор возможностей отладчика x64dbg. Часть 2. Плагины: NFDetector, Scylla, OllyDumpEx. Ручная распаковка UPX и ASPack**: https://codeby.school/blog/informacionnaya-bezopasnost/fakultativ-po-x64dbg-chast-1-plaginy-scyllahide-xanalyzer-snowman-pe-viewer-apibreak-\n* **[Tutorial] How to dump an exe file using x32dbg**: https://www.unknowncheats.me/forum/general-programming-and-reversing/211590-dump-exe-file-using-x32dbg.html\n* **Reverse Engineering Encrypted Code Segments**: https://ryancor.medium.com/reverse-engineering-encrypted-code-segments-b01aead67701\n* **Repository of crackmes for training your skills**: https://crackmes.one/\n* **Free Hack Quest - Reverse Engineering puzzles**: https://freehackquest.com/quests/reverse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumwizard888%2Freverse-engineering-crackmes-with-ghidra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantumwizard888%2Freverse-engineering-crackmes-with-ghidra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumwizard888%2Freverse-engineering-crackmes-with-ghidra/lists"}