Fix oopsie
This commit is contained in:
parent
f3ee51bc65
commit
7023a3b21e
@ -60,7 +60,7 @@ void get_aslr_patched_binary(std::string* binary, std::string* data)
|
||||
{
|
||||
throw std::runtime_error(utils::string::va(
|
||||
"Could not create aslr patched binary!\n(%s)",
|
||||
*binary->data()
|
||||
binary->data()
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user