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
- Host: GitHub
- URL: https://github.com/oditynet/hexedit
- Owner: oditynet
- License: gpl-3.0
- Created: 2025-02-21T19:27:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T19:36:04.000Z (over 1 year ago)
- Last Synced: 2025-02-21T20:27:54.903Z (over 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
...
```