You seem to be returning to the 'call' instruction when i distinctly remmember that you have to return to the instruction after the function call which is at: 0x0804840a
so your overflow should...
Type: Posts; User: ardnivar; Keyword(s):
You seem to be returning to the 'call' instruction when i distinctly remmember that you have to return to the instruction after the function call which is at: 0x0804840a
so your overflow should...
No wonder y that is happening, but it seems u dont have to load the db anymore.
Just skip the load db_sqlite3 and go ahead and do:
db_create <name of watev database>
This automatically...