Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
audibleblink authored Aug 12, 2021
1 parent dbc47a7 commit da1450f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ ino -v comsvcs.dll
"Name": "comsvcs.dll",
"Path": "C:\Windows\system32",
"Imphash": "...",
"Imports": [...],
"Exports": [...],
"Forwards": [...],
"Imports": [{
"Host": "some.dll",
"Functions": [string...]},],
"Exports": [string...],
"Forwards": [string...],
"PDB": "...",
"Sections": [...],
"Sections": [{
"Name": "",
"Perm": "",
"FileOffset": int,
"VMA": int,
"Size": int,
}],
}
```
Expand Down

0 comments on commit da1450f

Please sign in to comment.