HELP Find string in a function

schrodinger

New member
Hello I am new to ida.
I would like to know if there is a script or plugin that enables me to do the following:
1-right click inisde a function and get the reference strings to that function only (unlike strings for the whole program)
2-breakpoint on all string references as simiple as in olly
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
If you mark with mouse what string, then press X you get all the Xref to that function string.
 
Top