Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T12:14:20.000Z (over 3 years ago)
- Last Synced: 2025-01-18T13:34:38.814Z (15 days ago)
- Topics: assembly, disassembler, hacktoberfest, nx-u8, re, revers, reverse-engineering, u8
- Language: C#
- Homepage:
- Size: 1.19 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# U8Disasm
![U8Disasm Logo](https://github.com/ferib/U8Disasm/blob/master/img/nxu8_logo.png?raw=true)
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.
![console example](https://github.com/ferib/U8Disasm/blob/master/img/8bit_disasm.png?raw=true)
### U8 Form
The `Examples\U8Form` makes use of the `U8Disasm.Analyser` to identify possible subroutines by analysing blocks of code.