Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
audibleblink authored May 20, 2021
1 parent 970bf7c commit 015f54d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ ino comsvcs.dll
{
"Name": "comsvcs.dll",
"Imports": [...],
"Exports": [...]
"Exports": [...],
"Forwards": [...]
}
```
Expand All @@ -20,6 +22,8 @@ Usage of ino:
Print Exports only
-imports
Print Imports only
-imphash
Print ImpHash only
<pe_file>
Required: Path to PE File
```

0 comments on commit 015f54d

Please sign in to comment.