{"id":16990493,"url":"https://github.com/gabrielweyer/pe-clr-viewer","last_synced_at":"2025-04-12T04:11:56.048Z","repository":{"id":40409300,"uuid":"126827389","full_name":"gabrielweyer/pe-clr-viewer","owner":"gabrielweyer","description":"Probably the ugliest web app in the world!","archived":false,"fork":false,"pushed_at":"2025-03-30T00:41:23.000Z","size":5597,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T04:11:50.404Z","etag":null,"topics":["angular","azure-static-web-apps","github-actions","portable-executable"],"latest_commit_sha":null,"homepage":"https://purple-flower-051c59f00.2.azurestaticapps.net","language":"TypeScript","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/gabrielweyer.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-26T12:44:49.000Z","updated_at":"2025-03-30T00:41:26.000Z","dependencies_parsed_at":"2023-02-18T19:15:44.900Z","dependency_job_id":"0a4b2ab1-e682-484d-ad12-dcbbc787f86c","html_url":"https://github.com/gabrielweyer/pe-clr-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fpe-clr-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fpe-clr-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fpe-clr-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fpe-clr-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielweyer","download_url":"https://codeload.github.com/gabrielweyer/pe-clr-viewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514205,"owners_count":21116903,"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":["angular","azure-static-web-apps","github-actions","portable-executable"],"created_at":"2024-10-14T03:10:16.056Z","updated_at":"2025-04-12T04:11:56.011Z","avatar_url":"https://github.com/gabrielweyer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portable Executable CLR Viewer\n\n[![Build Status][github-actions-shield]][github-actions]\n\nI was reading through the second chapter of [Advanced .NET Debugging][advanced-dotnet-debugging-book] and didn't manage to find the entry point of an executable. I wrote this web application so that `a)` I could understand more about the [PE format][pe-format] and `b)` I wouldn't have to repeat the same basic math each time I wanted to inspect a `.NET` `DLL`.\n\n\u003e `Portable Executable CLR Viewer` is a hex viewer for `.NET` binaries.\n\nAt the moment it's fairly limited and only highlights:\n\n- The bitness (`x86` vs `x64`)\n- The entry point `Relative Virtual Address` (search for `RVA` in the [PE format][pe-format])\n- The [CLI flags][cli-flags]\n- The targeted `CLR` version\n\nIf you feel adventurous you can try the [hosted version][pe-clr-viewer].\n\n**Fair warning**: this is probably the ugliest web app in the world :joy_cat:.\n\nThis is very much a **work in progress**. If I manage to motivate myself I'll work on the cards listed in this [public Trello board][trello-board].\n\n## Running locally\n\nIf you would like to inspect a proprietary binary I advise you to run locally (the app is self-contained). You'll need:\n\n- [Latest Node.js LTS][node-js]\n- [Yarn modern][yarn-modern]\n\nThen run the following commands one by one:\n\n```shell\nyarn install\nyarn start\n```\n\n## CI/CD\n\nEach push to `main` triggers a `GitHub Actions` workflow and a deployment to `Azure Static Web Apps`.\n\n[advanced-dotnet-debugging-book]: https://www.goodreads.com/book/show/7306509-advanced-net-debugging\n[pe-format]: https://msdn.microsoft.com/library/windows/desktop/ms680547(v=vs.85).aspx\n[pe-clr-viewer]: https://purple-flower-051c59f00.2.azurestaticapps.net\n[trello-board]: https://trello.com/b/7b21MQqD/open-source?filter=label:pe-clr-viewer\n[node-js]: https://nodejs.org/en/download/\n[yarn-modern]: https://yarnpkg.com/getting-started/install\n[cli-flags]: http://source.roslyn.codeplex.com/#System.Reflection.Metadata/System/Reflection/PortableExecutable/CorFlags.cs,1b8345c412a0a995\n[github-actions-shield]: https://github.com/gabrielweyer/pe-clr-viewer/actions/workflows/workflow.yml/badge.svg\n[github-actions]: https://github.com/gabrielweyer/pe-clr-viewer/actions/workflows/workflow.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielweyer%2Fpe-clr-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielweyer%2Fpe-clr-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielweyer%2Fpe-clr-viewer/lists"}