Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement hex editor #2421

Open
unxed opened this issue Oct 7, 2024 · 3 comments
Open

Implement hex editor #2421

unxed opened this issue Oct 7, 2024 · 3 comments

Comments

@unxed
Copy link
Contributor

unxed commented Oct 7, 2024

Something like Hexitor Windows Far plug in:
https://plugring.farmanager.com/plugin.php?l=ru&pid=912

Another option is to use far2m, it has hex editor:
https://github.com/shmuz/far2m
https://habr.com/ru/articles/845998/comments/#comment_27388670

Another option is to use hiew (best thing in the world as for me), but it has some problems in Wine:
https://bugs.winehq.org/show_bug.cgi?id=57281

And one more option is to build and use beye (ex biew):
https://github.com/unxed/beye

@Zeroes1
Copy link

Zeroes1 commented Oct 7, 2024

@unxed 3 последние ссылки почему ссылаются на winehq

@unxed
Copy link
Contributor Author

unxed commented Oct 7, 2024

@unxed 3 последние ссылки почему ссылаются на winehq

Спасибо, поправил.

@Zeroes1
Copy link

Zeroes1 commented Oct 7, 2024

Пример как может работать уже сейчас в FAR2M, в hex моде нажал F3 я вошёл в режим редактирования байтов, чтобы проапдейтить файл - нажал F9, если хотим отменить ESC (хоткеи и поведение как в Hiew) :) всё это работает благодаря встроенному движку LUA.

example.hexedit.for.far2m.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants