https://github.com/ferib/u8disasm
nX-U8/100 Disassembly Tool
https://github.com/ferib/u8disasm
assembly disassembler hacktoberfest nx-u8 re revers reverse-engineering u8
Last synced: 3 months ago
JSON representation
nX-U8/100 Disassembly Tool
- Host: GitHub
- URL: https://github.com/ferib/u8disasm
- Owner: ferib
- License: mit
- Created: 2021-01-23T00:05:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T12:14:20.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T01:08:15.080Z (3 months ago)
- Topics: assembly, disassembler, hacktoberfest, nx-u8, re, revers, reverse-engineering, u8
- Language: C#
- Homepage:
- Size: 1.19 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# U8Disasm

This library is designed for the 8-Bit `nX-U8/100` RISC Assembly Architecture.
# Examples
### U8 Console
The `Examples\U8Console` generates a basic disassembler output in color.

### U8 Form
The `Examples\U8Form` makes use of the `U8Disasm.Analyser` to identify possible subroutines by analysing blocks of code.