An open API service indexing awesome lists of open source software.

https://github.com/oditynet/hexedit

Hex edit elf,exe files
https://github.com/oditynet/hexedit

Last synced: about 1 year ago
JSON representation

Hex edit elf,exe files

Awesome Lists containing this project

README

          

# hexedit
Hex edit elf,exe files

Все ваши действия вы производите на свой страх и риск. Помните про УК РФ. Автор не несет никакой ответственности как вы будете использовать данную программу

```
gcc elf_fix.c -o elfpatch
```
It is my real practic :)
```
./elfpatch execute.exe 0x000bbea2 0x33
Байт по смещению 0xbbea2 успешно изменен на 0x33
xxd execute.exe|grep "302c.3333"
00092340: 3d40 1313 2311 302c 3434 3434 4563 3600 =@....4,54..458.
000b3322: 302c .... .... .... .... .... .... .... 0,
...
```