VI(M) 을 viewer 로 사용하는 방법 (에디터로는 적합치 않다)
http://www.kevssite.com/2009/04/21/using-vi-as-a-hex-editor/
:%!xxd 헥사뷰어(에디터 모드 진입)
:%!xxd -r 일반 모드로 복귀
xxd의 기능을 필터처럼 사용하는 방법. % 로 현재 작업중인 버퍼내용 전체를 선택. !xxd 로 shell 모드의 xxd 실행하여 결과 돌려받는 개념. 에디터로 사용하기는 조금....
Shell 상에서 쓸만한 간단한 hex editor 로 hexedit 가 있다.
$ sudo apt-get install hexedit
아래의 블로그에서도 소개하고 있음.
http://mwultong.blogspot.com/2006/09/hex-editor-binary-editor.html
'Linux > Ubuntu Debian' 카테고리의 다른 글
우분투 서버 설치 후 나중에 서버용 software selection 추가하려면 (0) | 2016.01.28 |
---|---|
lxde 팁 (0) | 2016.01.26 |
우분투에서 사용하는 basic compiler/interpreter (0) | 2015.01.27 |
우분투 인스톨 한 후의 .deb package 저장된 폴더 (0) | 2015.01.27 |
Chrome 설치 (0) | 2015.01.26 |