Skip To Content

Kevin Weatherman's Blog

Software Internals, Thoughts on Security, and Reverse Engineering

Menu
  • Home
  • Uncategorized
  • Page 3
Uncategorized
May 23, 2011December 30, 2014admin

Updated IDA Pro plugins

I updated my IDA Pro plugins back in March here IDA Plugins. I made a post on the IDA forum IDA Pro fourm but forgot to note it here until now. Added a few new features to some like code and or data segment selectors, etc. The best thing I’ve removed most if not all […]

Read More
Uncategorized
February 5, 2011admin

Getting the C++ “this” pointer from function hooks solution.

(Note: This is Windows-centric and 32bit only.) In a previous entry I talked about a problem getting the C++ “this” (ECX) pointer from sub-class type function hooks. Problem solved (credits to “Casual_Hacker”). One can simply use the seldom used __fastcall calling convention.

Read More

Posts navigation

Previous 1 2 3
© 2010-2022 Kevin Weatherman