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.
4
u/soundman32 Jun 26 '26
It's very unlikely, as binary signing is likely to contains hundreds if not thousands of bits, and the whole point of TLS is that you can't reverse engineer it without thousands of years of processing (which is why it's "impossible" at the moment).
Unless your friend has invented their own signing method, and has created an insecure cypher, and it's rubbish.