mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 04:44:31 +00:00
Resolve #313
This commit is contained in:
parent
8f2770506d
commit
91eb4783c3
@ -81,9 +81,8 @@ As example we compile the following snippet with Visual Studio 2015
|
||||
|
||||
int main()
|
||||
{
|
||||
LIEF::PE::Binary* pe_binary = LIEF::PE::Parser::parse("C:\\Windows\\explorer.exe");
|
||||
std::unique_ptr<LIEF::PE::Binary> pe_binary = LIEF::PE::Parser::parse("C:\\Windows\\explorer.exe");
|
||||
std::cout << *pe_binary << std::endl;
|
||||
delete pe_binary;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user