(offset)
| 110 | |
| 111 | # Wrapper function to get address of function offset |
| 112 | def getAddress(offset): |
| 113 | return currentProgram.getAddressFactory().getDefaultAddressSpace().getAddress(offset) |
| 114 | |
| 115 | # Get each in range funciton entry point & Functions called by in range functions |
| 116 | # Get each in range funciton entry point & Functions called by in range functions |
no test coverage detected