-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR to fix the unintended BufferOverflowError (#12)
* Add binary security checks. * Some Refactors * Use the Function pointer syntax to map errors * Check if we need the libc and handle it gracefully * Update the `readme.md`. * Provide security checks options as cmdline arguments * Remove the `cmdline` module * Fix the smda extractor to read the rest of the bytes present in the buffer if the buffer length exceeds the end of file. * Fix the smda extractor to read the rest of the bytes present in the buffer if the buffer length exceeds the end of file. * Remove the no_libc param from the cli.
- Loading branch information
1 parent
6160b5b
commit f17ea45
Showing
3 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters