Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k-takata/ijexp32

Modified version of i.j Shell Property Sheets Export/Import 32
https://github.com/k-takata/ijexp32

shell-extension

Last synced: 2 months ago
JSON representation

Modified version of i.j Shell Property Sheets Export/Import 32

Awesome Lists containing this project

README

        

# i.j Shell Property Sheets Export/Import

This 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.
Now it is maintained by K.Takata.

## Overview

This enables to show detail information of an executable file or a DLL file on the properties dialog box of Windows Explorer.
This shows information about PE header, exported symbols and imported symbols.
Imported or exported symbols are shown demangled if they are available.

## Supported platform

* Windows 7, 8, 10
(Both 32- and 64-bit versions)

## Changes from the original version

* Provided as an installer file.
* Built with Unicode support.
* Support 64-bit Windows.
* Support showing information of 64-bit executable files. (x64, IA64 and ARM64)
* Support showing MinGW demangled symbols. (Using `c++filt.exe`.)
* Enable to customize supported extensions. (The original version only supported `*.exe` and `*.dll`.)
* Improve demangling VC++ symbols.
* Add some `*.exp` files.
* Support HiDPI environment.
* Fix some bugs.

## Usages and screenshots

### ExeHdr sheet

This property sheet shows information of executable file header.

If you click `SAVE` button, you can save the information to a file.

If you click `COPY` button, you can copy the information to the clipboard.

#### Hdr tab

This tab shows information of MZ header and PE header.

![ExeHdr sheet, Hdr tab](images/exehdr.png)

#### Dir tab

This tab shows information of PE directories.

![ExeHdr sheet, Dir tab](images/exehdr_dir.png)

#### Sec tab

This tab shows information of PE sections.

![ExeHdr sheet, Sec tab](images/exehdr_sec.png)

### Export sheet

This property sheet shows information of exported symbols.

![Export sheet](images/export.png)

If `VC` check box is checked, VC++ or MinGW symbols are shown demangled.

If not checked, ordinal numbers and non-demangled symbols are shown.

### Import sheet

This property sheet shows information of imported symbols.

![Import sheet](images/import.png)

If `VC` check box is checked, VC++ or MinGW symbols are shown demangled.

If `FN` check box is unchecked, only imported DLLs are shown.

## Configurations

You can configure ijexp in the following ways:

1. Registry (`HKCU\Software\ijexp`)

See `ijexp_sample_settings.reg` for an example.
2. `%APPDATA%\ijexp\ijexp.ini`
3. `ijexp.ini` in the installed folder (`%ProgramFiles%\ijexp\ijexp.ini`)

## License

This is freeware. You can use it without charge.

See [ijexp32.txt](ijexp32.txt) for detail. (Written in Japanese.)