Aldhard Oswine Posted May 13, 2017 Posted May 13, 2017 I found that using COM is a powerful technique from a malware perspective. Are there any good paper/post about COM usage in details?
Extreme Coders Posted May 13, 2017 Posted May 13, 2017 CodeProject has a series of posts about COM internals under the title COM in plain C. I have a pdf of this.COM in plain C.pdf 1
Alzri2 Posted May 14, 2017 Posted May 14, 2017 https://www.pluralsight.com/courses/com-essentials Kenny Kerr explains everything... but really, his courses are always tough (advanced); so, be sure to start this course with strong basics P.S. there is also part 2 of this course. 1
Aldhard Oswine Posted May 14, 2017 Author Posted May 14, 2017 @Alzri2 wow, thank you, I watched several courses about C++ from K.Kerr, He's awesome.
null_endian Posted May 15, 2017 Posted May 15, 2017 There's also the book entitled "essential COM" which I bought used. Good book and covers everything. 1
Noteworthy Posted May 17, 2017 Posted May 17, 2017 This is also interesting: Evading dynamic malware analysis using Microsoft COM". 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now