Very interesting. I really should get back into RE. Selfish question for a project of my own: is there any way to magically gain early code execution in a process on Windows other than a shim DLL? I'm too lazy to write one to pass through the all exports (reflective shim DLL possible...?)
Reverse engineering a software crack
51–60 of 95 posts
Re: Reverse engineering a software crack
#52Earlier quoted context omitted.
For sure, it’s just a bit more effort to reverse the app binary and find that part of the code. Enough effort to deter most crackers apparently.
The macOS cracking scene is also much much weaker. It's 1. Mildly harder on a OS level 2. Less popular in countries that produce the most cracks 3. Less popular in general 4. Has an audience that is demonstrably more likely to pay for software 5. Has less strong reverse engineering software. Hopper was awful. Also, I just wanted to say I love your work. I've learned a lot from your blog, your free trial strategies ar…
Re: Reverse engineering a software crack
#53Re: Reverse engineering a software crack
#54Re: Reverse engineering a software crack
#55Earlier quoted context omitted.
I feel like this person is trying to copy Foone's voice but just doesn't get it
Cybersec twitter is just awful. Everything has to be a call out or a dunk on someone/some company. It's all so negative.
Infosec twitter moved over to Mastodon a while back, some are also trying out bluesky but Mastodon is where the community has mainly roosted.
Re: Reverse engineering a software crack
#56Why can't I see the rest but only the first title tweet? Is that the case or is it a bug?
"as designed", due to the gradual decrease in Twitter's functionality due to unknown reasons (probably trying to manipulate people into signing up to boost user count and ad revenue)
Re: Reverse engineering a software crack
#57It’s done in a similar way on macOS: a dylib is added to the bundle and an LC_LOAD command is added to the app binary. The dylib is the first thing that runs because of using the constructor attribute, like this: https://notes.alinpanaitiu.com/Injecting%20a%20DYLIB%20into%... The nice thing is that a signed app will refuse to load a dylib that does not have the same signature. So crackers will be forced to change the…
challenge accepted
Re: Reverse engineering a software crack
#58It’s done in a similar way on macOS: a dylib is added to the bundle and an LC_LOAD command is added to the app binary. The dylib is the first thing that runs because of using the constructor attribute, like this: https://notes.alinpanaitiu.com/Injecting%20a%20DYLIB%20into%... The nice thing is that a signed app will refuse to load a dylib that does not have the same signature. So crackers will be forced to change the…
Re: Reverse engineering a software crack
#59P.S. who remembers the legendary Phrozen Crew cracks? They were minimal byte patches that often toggled a conditional jump in an MS-DOS app/game...
Re: Reverse engineering a software crack
#60Earlier quoted context omitted.
"as designed", due to the gradual decrease in Twitter's functionality due to unknown reasons (probably trying to manipulate people into signing up to boost user count and ad revenue)
Because AI models kept trying to train on twitter for free.