Dude, a const string (not the string from the std library) is passed in edx.
But if you just pass an char pointer, the client doesn't know the size, so the client is going to fu*k up.
Look at the dump how the string is structured and rebuild the structure.
But if you just pass an char pointer, the client doesn't know the size, so the client is going to fu*k up.
Look at the dump how the string is structured and rebuild the structure.