{"id":14962008,"url":"https://github.com/mytechnotalent/hacking-risc-v","last_synced_at":"2025-10-24T22:31:10.226Z","repository":{"id":253323076,"uuid":"843156651","full_name":"mytechnotalent/Hacking-RISC-V","owner":"mytechnotalent","description":"A FREE comprehensive step-by-step embedded RISC-V hacking tutorial covering RISC-V Embedded Software Development to Reverse Engineering.","archived":false,"fork":false,"pushed_at":"2024-10-05T13:20:22.000Z","size":23620,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T03:51:11.152Z","etag":null,"topics":["arduino","assembler","assembly-language","hack","hacking","platformio","reverse-engineering","risc-v","riscv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mytechnotalent.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}},"created_at":"2024-08-15T22:49:09.000Z","updated_at":"2025-04-03T08:27:41.000Z","dependencies_parsed_at":"2024-08-21T00:07:57.973Z","dependency_job_id":"22a36806-0baf-47f8-ad12-101cb83d5b30","html_url":"https://github.com/mytechnotalent/Hacking-RISC-V","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"ad32e61aff3192f3f72b9df260e45e41643bcc1b"},"previous_names":["mytechnotalent/hacking-risc-v"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mytechnotalent/Hacking-RISC-V","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytechnotalent%2FHacking-RISC-V","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytechnotalent%2FHacking-RISC-V/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytechnotalent%2FHacking-RISC-V/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytechnotalent%2FHacking-RISC-V/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mytechnotalent","download_url":"https://codeload.github.com/mytechnotalent/Hacking-RISC-V/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytechnotalent%2FHacking-RISC-V/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280878370,"owners_count":26406641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arduino","assembler","assembly-language","hack","hacking","platformio","reverse-engineering","risc-v","riscv"],"created_at":"2024-09-24T13:28:42.049Z","updated_at":"2025-10-24T22:31:10.221Z","avatar_url":"https://github.com/mytechnotalent.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.png?raw=true)\n\n## FREE Reverse Engineering Self-Study Course [HERE](https://github.com/mytechnotalent/Reverse-Engineering-Tutorial)\n\n\u003cbr\u003e\n\n# Hacking RISC-V\nA FREE comprehensive step-by-step embedded RISC-V hacking tutorial covering RISC-V Embedded Software Development to Reverse Engineering.\n\n## FREE Book\n[Download](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf)\n\n## Chapter 1: Why RISC-V\nThis chapter covers the \"why\" of learning RISC-V hacking as we discuss the rise of RISC-V and introduce our ESP32-C3 dev board.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 2: Setup Environment\nThis chapter covers setting up your development environment including everything you need to purchase and download including setup.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 3: Hello, World\nThis chapter covers creating your first project in PlatformIO and creating your first Assembler file to interact with your C environment.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 4: Binary Numbers\nThis chapter covers the basics of binary numbers and their general application for embedded systems.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 5: Hexadecimal Numbers\nThis chapter covers the basics of hexadecimal numbers and their general application for embedded systems.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 6: Advanced OPS\nThis chapter covers the advanced operations using hex and binary in addition to memory manipulation and bit-level operations for the RISC-V ESP32-C3.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 7: Registers\nThis chapter covers the registers for the RISC-V ESP32-C3.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 8: ADD\nThis chapter covers how to add within the RISC-V ESP32-C3.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## Chapter 9: Debugging ADD\nThis chapter covers how to debug add within the RISC-V ESP32-C3.\n\n-\u003e Click [HERE](https://github.com/mytechnotalent/Hacking-RISC-V/blob/main/Hacking-RISC-V.pdf) to read the FREE pdf book.\n\n## License\n[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmytechnotalent%2Fhacking-risc-v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmytechnotalent%2Fhacking-risc-v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmytechnotalent%2Fhacking-risc-v/lists"}