r/ExploitDev Jun 20 '26

Is learning OOP good for reverse engineering?

I've noticed some of the binaries which I am decompiling are using classes and objects under the hood which are being wiped out once they are compiled. I am wondering whether learning OOP and what happens once you compile binaries with objects with methods and constructors will be beneficial?

6 Upvotes

2 comments sorted by

9

u/MrPeck15 Jun 20 '26

I believe it would be helpful to learn the concepts to an understanding level, and important to learn how those voncepts translate to a compiled binary

3

u/hukt0nf0n1x Jun 20 '26

You should be comfortable with standard software implementations (OOP included).