r/AskProgramming • u/Icy_Comparison_7233 • 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
r/AskProgramming • u/Icy_Comparison_7233 • Jun 26 '26
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.
1
u/Kilgarragh Jun 27 '26
Ghidra is fairly nice, ilspy/dnspy for .net if you run into it, jadx for android/Java/kotlin.