Closed SaifRushdHadad closed 2 years ago
Hello,
Many checks are not implemented or available for the plugin (via -all or --check <>).
-all
--check <>
The checker manager map has a 1:1 mapping of half of the supported checks listed on the README. https://github.com/KeenSecurityLab/BinAbsInspector/blob/main/src/main/java/com/bai/checkers/CheckerManager.java#L10-L20
There seems to be a lot of checks that are in the MemoryCorruption bit that are tested but not exposed to the end user. https://github.com/KeenSecurityLab/BinAbsInspector/tree/main/src/main/java/com/bai/checkers https://github.com/KeenSecurityLab/BinAbsInspector/blob/main/src/main/java/com/bai/checkers/MemoryCorruption.java
Yes, we have two types of checkers:
For the online checkers, we do not have a configuration parameter to turn it on/off, so these checkers will be run by default.
Thank you much for clarifying!
Hello,
Many checks are not implemented or available for the plugin (via
-all
or--check <>
).The checker manager map has a 1:1 mapping of half of the supported checks listed on the README. https://github.com/KeenSecurityLab/BinAbsInspector/blob/main/src/main/java/com/bai/checkers/CheckerManager.java#L10-L20
There seems to be a lot of checks that are in the MemoryCorruption bit that are tested but not exposed to the end user. https://github.com/KeenSecurityLab/BinAbsInspector/tree/main/src/main/java/com/bai/checkers https://github.com/KeenSecurityLab/BinAbsInspector/blob/main/src/main/java/com/bai/checkers/MemoryCorruption.java