• XSS.stack #1 – первый литературный журнал от юзеров форума

Reversing toolkit

basileusapoleiaoff

HDD-drive
Пользователь
Регистрация
02.08.2023
Сообщения
40
Реакции
21
Hello guys, today i show with you the basic tools i personally use for reverse engineering software

Hex editor:
wxheditor

Binary format:

- File information and format identifier:
just the tool file on linux
- Executable detector:
Detect it easy
- Executable explorer:
PE-Bear

Disassembler and De-compiler
Ghidra
IDA-Pro

Debuggers
GDB
 
Ghidra SRE ?
Regarding software that has been developed by the NSA, I will have some thoughts.
Even if it is OSS (Open Source Software).
just use it on an air-gapped machine.
 

I'm terribly annoyed by the fact that grep(1) cannot look for binary
strings. I'm even more annoyed by the fact that a simple search for
"binary grep" doesn't yield a tool which could do that. So I wrote one.

Код:
usage:

bgrep [-B bytes] [-A bytes] [-C bytes] <hex> [<path> [...]]

-B: bytes_before
-A: bytes_after
-C: bytes_before and bytes_after
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх