mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 04:44:31 +00:00
Merge pull request #433 from Wind3x/patch-1
Fix has_exceptions to check exception table
This commit is contained in:
commit
4bbe410333
@ -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