Whats the Best Place To Start Getting into reverse engineering

iSellitunesSalesCheap

Registered Member
Joined
Feb 25, 2022
Messages
94
Reaction score
46
ok first off i am a programmer with experience in python, c++ (juce audio vsts mainly)
i want to learn how i can reverse engineer a exe and actually get all the source code and how to reocompile it into a new aplication
tthe software i want to do it to was actually reverse enigneered from a older peace of software so i know its doable
atleast what i want to acheveie
what are the tools that i should learn to pull this off i use youtube guides for eveyrhting i learned and my hands
where shoudl i start im willing to learn rather then pay someone enless does it for a decent price like well under 1000 bucks but i doubt that i tried looking
 
Dint get you well.. Am an apk reverse engeneer but seen you mentioned reverse of an exe file or I dint get that right
 
ok first off i am a programmer with experience in python, c++ (juce audio vsts mainly)
i want to learn how i can reverse engineer a exe and actually get all the source code and how to reocompile it into a new aplication
tthe software i want to do it to was actually reverse enigneered from a older peace of software so i know its doable
atleast what i want to acheveie
what are the tools that i should learn to pull this off i use youtube guides for eveyrhting i learned and my hands
where shoudl i start im willing to learn rather then pay someone enless does it for a decent price like well under 1000 bucks but i doubt that i tried looking

You're not going to get the source code from an exe. What you can do is modify it to, like remove software validation code or for hacking a game. You can either modify the exe file, most cases with cracks or modify the program while it is running (editing memory). Try hacking a simple game with cheat engine, there are plenty for tutorials on youtube for this and will get you started on assembly, which is the language used when dealing with compiled programs on windows.
 
Back
Top