Return the data-structures of the analyzed source functions. Return Value: src_functions_list, src_functions_ctx, src_file_mappings
()
| 420 | return disas_layer |
| 421 | |
| 422 | def getSourceFunctions(): |
| 423 | """Return the data-structures of the analyzed source functions. |
| 424 | |
| 425 | Return Value: |
| 426 | src_functions_list, src_functions_ctx, src_file_mappings |
| 427 | """ |
| 428 | return src_functions_list, src_functions_ctx, src_file_mappings |
| 429 | |
| 430 | def setWindowsMode(): |
| 431 | """Update the global flag to handle windows compiled binaries.""" |
no outgoing calls
no test coverage detected