(env)
| 427 | print_all_fxns(call_graph) |
| 428 | |
| 429 | def ThreadStackStaticAnalysis(env): |
| 430 | print('Start thread stack static analysis...') |
| 431 | |
| 432 | import rtconfig |
| 433 | read_elf_path = rtconfig.EXEC_PATH + r'\readelf.exe' |
| 434 | main() |
| 435 | |
| 436 | print('\nThread stack static analysis done!') |
| 437 | return |
no test coverage detected