n0de
May 23rd, 2001, 14:43
how can i set a breakpoint in sice which breaks not only if the program accesses a file but accesses a certain function in a e.g. a .dll ?
View Full Version : sice bpx on dll/function access
n0de (05-23-2001 12:43): how can i set a breakpoint in sice which breaks not only if the program accesses a file but accesses a certain function in a e.g. a .dll ? |
Clandestiny (05-23-2001 19:26): Quote:
Hi Node, Can you be a little more specific with your question ? Setting a standard bpx on a Windows API used by the proggy in question will cause SI to break when that function is called. And those API's are functions within windows dlls...ie User32.dll, Kernel32.dll....ect. Perhaps I misunderstand your question, but I fail to see the problem. If you can clarify then perhaps I can help. Regards, Clandestiny |