armijnhemel / binaryanalysis-ng

Binary Analysis Next Generation (BANG)
GNU Affero General Public License v3.0
461 stars 66 forks source link

add simplistic parser for ld.so.conf files to avoid base64 false positives #352

Closed armijnhemel closed 10 months ago

armijnhemel commented 10 months ago

This is a simplistic parser for ld.so.conf files to avoid base64 false positives (which happen frequently). Not all ld.so.conf files are parsed: files with include statements are currently not parsed correctly.