Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

c++ reversing

Featured Replies

And of course, don't forget the C++ reversing section in "Hacker Disassembling Uncovered" by Kris Kaspersky. ^_^

It's an interesting topic for sure. There are few public tools to conduct oop reversing and seems that a lot of people is limited to use igor's scripts, naming convention (typical naming "ClassName__MethodName"), and many other tiny helper scripts like this one:

dvlabs.tippingpoint.com/.../mindshare-finding-object-constructors

Also the object reconstruction part is a pain in the a**, what people do you use for object/structure rebuilding? I usually mantain lists of references to [r32+offset], and then try to do offset and context matching but I'm pretty sure there are better ways to handle all this information.

It would be nice to work on the topic, even if it's only for a concrete compiler... keep us updated Shub ;)

  • 11 months later...

And my IDA Pro plug-in "Class Informer" based on Igor Skochinsky's great article and scripts.
/>http://www.openrce.org/blog/view/1344/Class_Informer_IDA_plug-in

"Reversing Microsoft Visual C++ Part II: Classes, Methods and RTTI"
/>http://www.openrce.org/articles/full_view/23

Edited by Sirmabus

Nice reads, thanks for the links. :)

  • 1 year later...

I updated "Class informer" and other plug-ins here along with some new ones: Sirmabus Plugin Page

  • 2 weeks later...

Nice doc,Thx :D

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.