Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pr701 committed Apr 23, 2021
1 parent c8fcaf5 commit 4cf44e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The header file `idb3.h` contains a library for reading from IDA Pro databases.

[File format description](IDB-FORMAT.md)

## Using
## Library

### Library types
### Types

#### IDBFile

Expand Down Expand Up @@ -95,6 +95,10 @@ Methods
* `std::string getval()`
* return the value pointed to by the cursor

### Options

Define `IDB_ZLIB_COMPRESSION_SUPPORT` to enable support compressed databases (requires `zlib` library).

### Example

```c++
Expand Down

0 comments on commit 4cf44e1

Please sign in to comment.