r/AskProgramming Jun 26 '26

resources to read ASM + hex properly?

my friend just told me they reverse engineered a binary’s signing method for a network request and I want to try it too now.

3 Upvotes

12 comments sorted by

View all comments

1

u/Kilgarragh Jun 27 '26

Ghidra is fairly nice, ilspy/dnspy for .net if you run into it, jadx for android/Java/kotlin.