mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-05 08:39:32 +00:00
Fix has_exceptions to check exception table
Change has_exceptions to check the exception table instead of the export table.
This commit is contained in:
parent
ddc8b72e6b
commit
04c18f851e
@ -346,7 +346,7 @@ bool Binary::has_resources(void) const {
|
||||
}
|
||||
|
||||
bool Binary::has_exceptions(void) const {
|
||||
return this->has(DATA_DIRECTORY::EXPORT_TABLE);
|
||||
return this->has(DATA_DIRECTORY::EXCEPTION_TABLE);
|
||||
//return this->has_exceptions_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user