reverse engineering skills 👀 sounds really fun.
191 sats \ 2 replies \ @ek 4 Jan
It's not necessarily fun though, lol
For example, I would say that most devs hate to read the code of other people and reading code is like 90% what you do as a dev. So devs realized that maybe, code readability is way more important than writing something clever you won't even understand yourself anymore next week.
Now imagine that code is obfuscated. This means the code itself is written on purpose in such a way that it's hard to read. There are tools which strip all information from the code which isn't necessary to run it. And probably tools that add "dead code" that never gets run but just exists to confuse reverse engineers and more obfuscation techniques.
That's what reverse engineering is like, lol
Not every code is obfuscated but closed-source code usually is to prevent reverse engineering.
Would already be interesting to see if they obfuscated their code.
reply
your reverse engineering is totally different than mine, the way how I normally use it is from the ideal situation I want then break it down into baby steps to what I need to do NOW 👀
This means the code itself is written on purpose in such a way that it's hard to read.
but why would they do that, preventing from stealing?
reply
69 sats \ 0 replies \ @ek 4 Jan
but why would they do that, preventing from stealing?
Yes, for example
reply