I'm trying to crack a java prog with some native methods.
I disassembled the dll in IDA and produced a map file. With Msym.exe i created a sym file. In symbol loader i loaded the native dll and the nms file.
In SI i set bpx on methods used in native dll - however SI doesn't break

.
Please help solve my problem.