Skip to content

Commit

Permalink
feat(hexedit): add hexedit (#15626)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Apr 3, 2024
1 parent 22458d4 commit 61ed499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ make kubernetes-clean
- **cantools** - Controller Area Network (CAN) bus tools
- **python-can** - Controller Area Network (CAN) bus library
- **Valgrind** - Memory debugging and profiling
- **hexedit** - File viewing and editing in hexadecimal and ASCII
- **Yocto Project** - Linux distribution creating
- **ROS** - Robot operating system
- **FreeRTOS** - Real-time operating system
Expand Down
4 changes: 4 additions & 0 deletions embedded/hexedit/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
hexedit-install:
brew install hexedit
hexedit:
hexedit file.bin

0 comments on commit 61ed499

Please sign in to comment.