Skip to content

Commit

Permalink
32-bit TIL
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart committed Jan 1, 2024
1 parent 36cea3e commit ae671e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added IDA32.til
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ A collection of (public and private) types and functions definitions useful for
Would you rather re-define the same functions or types over and over as you work with different binaries?

## Usage (IDA Pro 8+)
1. Copy `IDA.til` to `til` folder inside IDA application directory.
1. Copy `IDA.til` and `IDA32.til` to `til` folder inside IDA application directory.
2. In IDA Pro, open `Type Libraries` window via `View > Open subviews > Type libraries` or press `Shift + F11`.
3. Right-click the type list and select `Load type library...`.
4. Select `IDA` and click `OK` button.
4. Select `IDA` (or `IDA32` if you target 32-bit binaries) and click `OK` button.

TIL created via this command:

Expand Down

0 comments on commit ae671e2

Please sign in to comment.