AC-FuSa-Tools / nav

navigate kernel database
GNU General Public License v2.0
3 stars 4 forks source link

Question #20

Closed raman-singh closed 1 year ago

raman-singh commented 1 year ago

Not very clear from Readme how the preconstituted DB of kernel is created initially. Is there a better explanation elsewhere which you could point to?

alessandrocarminati commented 1 year ago

Please look at https://github.com/alessandrocarminati/kern_bin_db-

raman-singh commented 1 year ago

Thanks. Will explore. Can this tool be used to access the dynamic flow of calls inside kernel for a particular application? Call flow can change based on arguments to various functions. Is it possible using this or it just dumps the entire call tree?

alessandrocarminati commented 1 year ago

The tool aims to be a static analysis tool. Its objective is to extract all possible call flows starting from a given function. Dynamic analysis is out of scope.

raman-singh commented 1 year ago

ok thanks