Log in

View Full Version : conditional BPX erased


Paul6253
December 20th, 2004, 21:07
Hi , Im new here.
I set conditonal BPX (shift+F2) inside API calls of interest
so I could inspect the parameters through [esp+n]; this made much
more sense than the time consuming effort of bpx on
every call - they all go to the same code.
ALAS! after reloading (ctrl+F2) , my bpx were gone!
What can I do about this? bpx @ call [<&xxx>] always get saved
I would like to save bpx INSIDE api
thanks

Anonymous
December 21st, 2004, 10:28
http://ollydbg.win32asmcommunity.net/stuph
("http://ollydbg.win32asmcommunity.net/stuph
")
download & install Cleanup Ex 1.12 plugin
breakpoints are saved into *.udd files

blabberer
December 21st, 2004, 12:20
well the above link wontwork as stuph is disabled till a future announcement by admin

btw you post doesnt convey clearly what you want to achieve
after reading itfor the third time
i assume you want ollydbg to preserve your breakpoint inside
system dlls
if that is true view executable modules ---> right click and analyze all modules loaded that way whatever break point you setupwill
get saved in whichever dll you place them

or you can analyze the modules individualluy and then set break points
so that theyare saved

only breakpoints that are set on analyzed modules are saved

other wise they are deleted

Paul6253
December 21st, 2004, 21:09
Thank you 'Oh me Anon' !
Your advice worked.
The only thing that alarms me is the amount of disk activity
when closing olly or reloading the image.
Im just happy I can now easily re-use important bpx I've set in dll.
Im glad you understood me , sorry for not being clear enough.
regards,

--Paul