{"id":16866802,"url":"https://github.com/k-takata/ijexp32","last_synced_at":"2025-08-21T16:25:09.502Z","repository":{"id":3538474,"uuid":"4598393","full_name":"k-takata/ijexp32","owner":"k-takata","description":"Modified version of i.j Shell Property Sheets Export/Import 32","archived":false,"fork":false,"pushed_at":"2020-11-17T23:41:32.000Z","size":1915,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-19T17:51:09.016Z","etag":null,"topics":["shell-extension"],"latest_commit_sha":null,"homepage":"http://k-takata.o.oo7.jp/mysoft/ijexp32.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"codemirror/CodeMirror","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k-takata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-08T14:47:34.000Z","updated_at":"2025-04-28T11:55:37.000Z","dependencies_parsed_at":"2022-08-20T16:31:18.729Z","dependency_job_id":null,"html_url":"https://github.com/k-takata/ijexp32","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/k-takata/ijexp32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-takata%2Fijexp32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-takata%2Fijexp32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-takata%2Fijexp32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-takata%2Fijexp32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k-takata","download_url":"https://codeload.github.com/k-takata/ijexp32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-takata%2Fijexp32/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271507452,"owners_count":24771824,"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-08-21T02:00:08.990Z","response_time":74,"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":["shell-extension"],"created_at":"2024-10-13T14:51:48.905Z","updated_at":"2025-08-21T16:25:09.017Z","avatar_url":"https://github.com/k-takata.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i.j Shell Property Sheets Export/Import\r\n\r\nThis is a modified version of \"[i.j Shell Property Sheets Export/Import 32](http://www.vector.co.jp/soft/win95/util/se111901.html)\" (ijexp32) which was originally written by i.j.\r\nNow it is maintained by K.Takata.\r\n\r\n\r\n## Overview\r\n\r\nThis enables to show detail information of an executable file or a DLL file on the properties dialog box of Windows Explorer.\r\nThis shows information about PE header, exported symbols and imported symbols.\r\nImported or exported symbols are shown demangled if they are available.\r\n\r\n\r\n## Supported platform\r\n\r\n* Windows 7, 8, 10\r\n  (Both 32- and 64-bit versions)\r\n\r\n\r\n## Changes from the original version\r\n\r\n* Provided as an installer file.\r\n* Built with Unicode support.\r\n* Support 64-bit Windows.\r\n* Support showing information of 64-bit executable files. (x64, IA64 and ARM64)\r\n* Support showing MinGW demangled symbols. (Using `c++filt.exe`.)\r\n* Enable to customize supported extensions. (The original version only supported `*.exe` and `*.dll`.)\r\n* Improve demangling VC++ symbols.\r\n* Add some `*.exp` files.\r\n* Support HiDPI environment.\r\n* Fix some bugs.\r\n\r\n\r\n## Usages and screenshots\r\n\r\n### ExeHdr sheet\r\n\r\nThis property sheet shows information of executable file header.\r\n\r\nIf you click `SAVE` button, you can save the information to a file.\u003cbr /\u003e\r\nIf you click `COPY` button, you can copy the information to the clipboard.\r\n\r\n#### Hdr tab\r\n\r\nThis tab shows information of MZ header and PE header.\r\n\r\n![ExeHdr sheet, Hdr tab](images/exehdr.png)\r\n\r\n#### Dir tab\r\n\r\nThis tab shows information of PE directories.\r\n\r\n![ExeHdr sheet, Dir tab](images/exehdr_dir.png)\r\n\r\n#### Sec tab\r\n\r\nThis tab shows information of PE sections.\r\n\r\n![ExeHdr sheet, Sec tab](images/exehdr_sec.png)\r\n\r\n### Export sheet\r\n\r\nThis property sheet shows information of exported symbols.\r\n\r\n![Export sheet](images/export.png)\r\n\r\nIf `VC` check box is checked, VC++ or MinGW symbols are shown demangled.\u003cbr /\u003e\r\nIf not checked, ordinal numbers and non-demangled symbols are shown.\r\n\r\n### Import sheet\r\n\r\nThis property sheet shows information of imported symbols.\r\n\r\n![Import sheet](images/import.png)\r\n\r\nIf `VC` check box is checked, VC++ or MinGW symbols are shown demangled.\u003cbr /\u003e\r\nIf `FN` check box is unchecked, only imported DLLs are shown.\r\n\r\n\r\n## Configurations\r\n\r\nYou can configure ijexp in the following ways:\r\n\r\n1. Registry (`HKCU\\Software\\ijexp`)\u003cbr /\u003e\r\n   See `ijexp_sample_settings.reg` for an example.\r\n2. `%APPDATA%\\ijexp\\ijexp.ini`\r\n3. `ijexp.ini` in the installed folder (`%ProgramFiles%\\ijexp\\ijexp.ini`)\r\n\r\n\r\n## License\r\n\r\nThis is freeware. You can use it without charge.\u003cbr /\u003e\r\nSee [ijexp32.txt](ijexp32.txt) for detail. (Written in Japanese.)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-takata%2Fijexp32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-takata%2Fijexp32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-takata%2Fijexp32/lists"}