[Opinion] :D just spelling mistake
i making a program that checks for username and password and if true the program executes ( using sql connection )
but as i know that the if i made something like this example
if (username == txtboxuser.Text && password == txtboxpass.Text)
{
MessageBox.Show("RightPassword");
}
it might be Jumped with Olly dbg so how could i protect my program from being cracked to skip the Login Sequence ?
Is packing the program with themida or any other packer will do it ?
i making a program that checks for username and password and if true the program executes ( using sql connection )
but as i know that the if i made something like this example
if (username == txtboxuser.Text && password == txtboxpass.Text)
{
MessageBox.Show("RightPassword");
}
it might be Jumped with Olly dbg so how could i protect my program from being cracked to skip the Login Sequence ?
Is packing the program with themida or any other packer will do it ?