PDA

View Full Version : find checksum code inside shared lib (linux .so)


mikeparadox
December 8th, 2012, 03:24
Hi. I have program with flexLM 10.8.
It's not problem, BUT...
1. I set read/write breakpoint on ECC function inside executable program and find what is the function checks it.
2. I patch check function and ECC. Ok, program run, but load shared lib.
3. Shared lib have ECC function. I patch it. But lib have check function inside.

How set read/write breakpoint on ECC function inside shared lib (linux .so file)???