Posted May 13, 20178 yr I found that using COM is a powerful technique from a malware perspective. Are there any good paper/post about COM usage in details?
May 13, 20178 yr 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
May 14, 20178 yr 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.
May 14, 20178 yr Author @Alzri2 wow, thank you, I watched several courses about C++ from K.Kerr, He's awesome.
May 15, 20178 yr There's also the book entitled "essential COM" which I bought used. Good book and covers everything.
Create an account or sign in to comment