Even back in Xtrap days I was limited due to the fact that it'd get detected and I'd crash... Does anyone know of a debugger that works smoothly OR a way to get Olly working?
Programming logic, and visual basics/.net framework is an ok starting point for beginners who want to learn the basics of programming, those are probably all offered in some variant in your classes anyway, but also its important to note learning the basics of programing will not teach you assembly language and how to reverse, or understand the logic behind it.Quote:
I know this is kinda random but I know I'm a complete noob at a lot of this stuff but I got a willingness to learn. Ima start Uni courses on programming soon enough but does anyone here know sumwhere that I can use as an ABSOLUTE starting point(strong understanding of the basics makes smart programmers).
Like right now I think of programming and it's just a big cluster of so much stuff idk where certain things come into play. SOooo does anyone got a real good explanation or source to learn from online?
Yea that is def my goal... didn't know they were entirely dif though... I'm sure there is classes for ASM and debugging though :O?Quote:
Programming logic, and visual basics/.net framework is an ok starting point for beginners who want to learn the basics of programming, those are probably all offered in some variant in your classes anyway, but also its important to note learning the basics of programing will not teach you assembly language and how to reverse, or understand the logic behind it.
Its good to get some basic programming down for simple programs like calculators, probability chance programs ect, just like algorithms pretty much. Those are the type of things you would be doing in programming logic/vb for beginners classes.
I've taken vb/programming logic/.net framework and comp fundamentals, but none of them really correlate to ASM language or debugging (for the most part). Its good to understand the structures though, because even though they dont share the same structures at all, you might be able to grasp abstract concepts easier then someone else without programming basics.
They are not "entirely different" but learning ASM with programming logic/basic programming would probably feel a little easier to grasp concepts, like for ex. formulas or "syntax", even after taking vb/programming logic, the functions of ASM are still new to me, and I'm still not confident with it, I can't unpack clients or remove protections on em.Quote:
Yea that is def my goal... didn't know they were entirely dif though... I'm sure there is classes for ASM and debugging though :O?
Try Lena's Reverse Engineering Tutorial, Find it in tuts4you... Beginner Friendly tutorialQuote:
I know this is kinda random but I know I'm a complete noob at a lot of this stuff but I got a willingness to learn. Ima start Uni courses on programming soon enough but does anyone here know sumwhere that I can use as an ABSOLUTE starting point(strong understanding of the basics makes smart programmers).
Like right now I think of programming and it's just a big cluster of so much stuff idk where certain things come into play. SOooo does anyone got a real good explanation or source to learn from online?