AquaSoftGmbH / RefCountTracer

Utility to help track down memoryleaks caused by Reference Counting
Mozilla Public License 2.0
28 stars 4 forks source link

Detours #1

Open dodenko opened 10 years ago

dodenko commented 10 years ago

Hello!

You can patch _AddRef and _Release very easily. By using this -> https://code.google.com/p/delphi-detours-library/

stebi commented 10 years ago

Thanks for pointing that out. It indeed looks like a good addition. Now I'll only have to find some time to integrate it ;-)