Bringing a decade old vector editor back to life
1–10 of 89 posts
Re: Bringing a decade old vector editor back to life
#2Re: Bringing a decade old vector editor back to life
#3Re: Bringing a decade old vector editor back to life
#4Re: Bringing a decade old vector editor back to life
#5What program do those disassembly screenshots come from?
Re: Bringing a decade old vector editor back to life
#6What program do those disassembly screenshots come from?
There are similar reverse engineering tools that are open source such as:
- Ghidra: https://ghidra-sre.org/
- radare2: https://rada.re/n/radare2.html
Re: Bringing a decade old vector editor back to life
#7I'm staggered at the skills needed to do that.
Re: Bringing a decade old vector editor back to life
#8Since the code presented in the article didn't look like handwritten Asm (and if it was, it would've probably been even more insanely obfuscated and greatly confused IDA's decompilation), I wonder if compilers of the time were far worse at optimisation, or if the author deliberately disabled it so that the code would be more bloated and harder to understand as well as containing the source obfuscations; seems like "Here's addition implemented by multiplying the result with some number and its reciprocal" would be something that's replaced-on-sight by an optimiser doing constant propagation.
Also, I was not surprised to discover that this program appears to be both [1] of German origin, and [2] shareware. When I was in the cracking scene long ago, "German shareware" was widely known for the insane strength of its protection.
Re: Bringing a decade old vector editor back to life
#9Re: Bringing a decade old vector editor back to life
#10What program do those disassembly screenshots come from?