{"id":20426076,"url":"https://github.com/attify/jtagenum-ng","last_synced_at":"2025-09-24T08:31:39.389Z","repository":{"id":261203360,"uuid":"883587150","full_name":"attify/jtagenum-ng","owner":"attify","description":"JTAG enumeration tool","archived":false,"fork":false,"pushed_at":"2024-11-05T09:05:35.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-15T07:15:13.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/attify.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-11-05T08:25:16.000Z","updated_at":"2024-11-06T11:41:04.000Z","dependencies_parsed_at":"2024-11-05T09:34:53.726Z","dependency_job_id":"f4b19360-fe7f-4375-92e3-89168395a827","html_url":"https://github.com/attify/jtagenum-ng","commit_stats":null,"previous_names":["attify/jtagenum-ng"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attify%2Fjtagenum-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attify%2Fjtagenum-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attify%2Fjtagenum-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attify%2Fjtagenum-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attify","download_url":"https://codeload.github.com/attify/jtagenum-ng/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234061054,"owners_count":18773396,"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","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":[],"created_at":"2024-11-15T07:15:20.526Z","updated_at":"2025-09-24T08:31:38.999Z","avatar_url":"https://github.com/attify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jtagenum-NG\n\n\u003e This project is aimed to find which pins exposed by the target device are JTAG pins. It does so by enumerating throughout the provided pins set and trying to abuse some JTAG features, such as BYPASS and IDCODE registers.\n\nThis project is targeted at Raspberry Pi 5 (with a 64bit Linux OS installed) and hence binaries have only been provided for that platform.\n\n## Usage\n\nPrecompiled binaries are provided in Releases. Otherwise for compiling from source, refer to the [build workflow](.github/workflows/build.yaml)\n\nPlease refer to the original project for more details: https://github.com/gremwell/go-jtagenum?tab=readme-ov-file#usage\n\n## Changes compared to Go-JTAGenum\n\n- Removed the go-rpio driver as it doesn't support RPi 5.\n- Removed the libgpiod driver. This driver does work with Pi 5 but requires the `libgpiod-dev` package to be installed on the Pi. Also linking against the libraries can be tricky specifically when cross-compiling on a x86_64 host.\n- Added a driver based on [go-gpiocdev](https://github.com/warthog618/go-gpiocdev). This is a pure Go library and uses the Linux GPIO character device via `ioctls` to access the Pi's pins.\n- Added a driver based on [rppal](https://github.com/golemparts/rppal) library. This is a Rust library that provides access to the Raspberry Pi GPIO ports and peripherals. To allow the Go code to interact with Rust a separate driver has been built in *driver_rppal* directory. Rppal bypasses the kernel and uses memory mapped IO (MMIO) to interact with the GPIO pins.\n\n## Credits\n\nGo-Jtagenum: https://github.com/gremwell/go-jtagenum\n\n## License\n\nGNU General Public License v3.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattify%2Fjtagenum-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattify%2Fjtagenum-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattify%2Fjtagenum-ng/lists"}