Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Aug 6, 2024
1 parent e7e220d commit 930192b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# charm
# Charm

A structure-first hex editor.
A structure-first hex editor focused on improving the user experience in manually annotating binary file structure.

![Screenshot of charm](doc/screenshot.png?raw=true)

## Current Features

- Full 64-bit addressing
- Asynchronous I/O
- Guaranteed correct undo
- Dark mode and light mode
- Written in Rust

## Near-term Features

- Non-destructive editing

## Planned Features

- Arrays and reusable types
- Python analyzer API
- Bit-level addressing (also already halfway there)

## Building

### Ubuntu
Expand Down

0 comments on commit 930192b

Please sign in to comment.