Answer the question
In order to leave comments, you need to log in
How to extract sqlite database password from exe file?
I have a program, it accesses the sqlite db file, uses a dll to connect and get the password. (the password is just stored in the dll). How can I intercept or extract the password?
public static bool LoadPWD()
{
if (doo == 0x4f2)
{
return false;
}
try
{
intermediateSymbols = chernaya_romawka();
symbols = beloe_solnce();
productKeyPass = il9();
pwd = omsn54();
alg_number = smilewind();
prod_number = medok();
}
catch (Exception)
{
TestArray.DebugLog(MethodBase.GetCurrentMethod().Name.ToString());
return false;
}
return true;
}
public static bool LoadPWD()
{
if (doo == 0x4f2)
{
return false;
}
try
{
intermediateSymbols = chernaya_romawka();
symbols = beloe_solnce();
productKeyPass = il9();
pwd = omsn54();
alg_number = smilewind();
prod_number = medok();
}
catch (Exception)
{
TestArray.DebugLog(MethodBase.GetCurrentMethod().Name.ToString());
return false;
}
return true;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question