{"id":24103350,"url":"https://github.com/caphosra/shavedice_classviewer","last_synced_at":"2026-05-12T22:31:31.819Z","repository":{"id":105893815,"uuid":"142674070","full_name":"caphosra/ShavedIce_ClassViewer","owner":"caphosra","description":"It is an application that visualizes functions and variables inside the DLL file and EXE file(.NET framework)","archived":false,"fork":false,"pushed_at":"2018-09-02T01:06:42.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T19:56:52.408Z","etag":null,"topics":["csharp","dllimport","dotnet-framework","dotnetframework","resource-viewer","reverse-engineering","windows10"],"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/caphosra.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":"2018-07-28T12:03:46.000Z","updated_at":"2024-07-21T04:12:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"78557ec8-324a-4a30-b265-a3248352b5a9","html_url":"https://github.com/caphosra/ShavedIce_ClassViewer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FShavedIce_ClassViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FShavedIce_ClassViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FShavedIce_ClassViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FShavedIce_ClassViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caphosra","download_url":"https://codeload.github.com/caphosra/ShavedIce_ClassViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241070287,"owners_count":19904354,"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":["csharp","dllimport","dotnet-framework","dotnetframework","resource-viewer","reverse-engineering","windows10"],"created_at":"2025-01-10T19:56:26.650Z","updated_at":"2025-11-22T22:00:52.472Z","avatar_url":"https://github.com/caphosra.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShavedIce_ClassViewer\nIt is an application that visualizes functions and variables inside the DLL file and EXE file(.NET framework)\n\n## Description\nUsing this application, you can view DLL file and EXE file.\n\n⚠This library can load only DLL or EXE which has manifest.\n\n## Demo\nIf you had following code and built,\n``` C#\n// The file name is \"Test.dll\"\nnamespace Test\n{\n    public class Class1\n    {\n        public int a = 0;\n        private void b() { }\n        public string c() { return null; }\n        private static int d(byte b) { return 0; }\n        private short e = 0;\n    }\n}\n```\nYou can see members of \"Test.dll\" without code.\n![Run](https://github.com/capra314cabra/ImageForREADME/blob/master/ShavedIce_ClassViewer/Command.gif)\n\n## Requirement\n.NET Framework\n\n## Usage\nAfter add the path to ShavedIce to your Path environment variable on Windows,  \nYou can use following command.\n```\nshavedice [DLL file's path] \n```\nUsing following command, this application make a html file with the result written.\n```\nshavedice [DLL file's path]  -f [output file path] -html\n```\n\n## Install\nGo to [ReleasePage](https://github.com/capra314cabra/ShavedIce_ClassViewer/releases) or  Download [ZIP](https://github.com/capra314cabra/ShavedIce_ClassViewer/archive/master.zip)\n\n## Contribution\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n\n## Licence\n[MIT](https://github.com/capra314cabra/ShavedIce_ClassViewer/blob/master/LICENSE)\n\n## Author\n[capra314cabra](https://github.com/capra314cabra)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaphosra%2Fshavedice_classviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaphosra%2Fshavedice_classviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaphosra%2Fshavedice_classviewer/lists"}