Actions
Feature #8063
closedPropose and implement method for source analysis of non-module programs
Start date:
04/14/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Currently SA component provides to EMG various data about the source code of the program. In the case, SA should allow analyze and provide information about global variables and functions also for non-module GNU C programs including parts of Linux kernel itself. For instance, Linux-specific and module-specific source code requests should be used if an option is provided and SA should not abort if no init or exit functions have been found.
Updated by Evgeny Novikov over 7 years ago
- Priority changed from Normal to Urgent
Updated by Ilja Zakharov over 6 years ago
- Status changed from New to Resolved
Implemented in 8066-abstract-translator.
Updated by Evgeny Novikov about 6 years ago
- Status changed from Resolved to Closed
Branch klever-2.0 passed all tests and I merged it to master in 72be796e3 marked as v2.0rc1.
Actions