More README updates
This commit is contained in:
parent
de520d914f
commit
ce068f2655
8 changed files with 41 additions and 18 deletions
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: DiskDump
|
||||
permalink: /modules/diskdump/
|
||||
---
|
||||
|
||||
DiskDump
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: FileDump
|
||||
permalink: /modules/filedump/
|
||||
---
|
||||
|
||||
FileDump
|
||||
===
|
||||
|
||||
Module (and command-line utility) for converting the contents of files to JSON.
|
||||
|
|
|
|||
10
modules/textout/README.md
Normal file
10
modules/textout/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: TextOut
|
||||
permalink: /modules/textout/
|
||||
---
|
||||
|
||||
TextOut
|
||||
===
|
||||
|
||||
**TextOut** is a Node module with a command-line interface for massaging NASM disassembly listings.
|
||||
Loading…
Reference in a new issue