mirror of
https://github.com/vivisect/vivisect
synced 2026-06-08 18:04:23 +00:00
9 lines
272 B
Python
9 lines
272 B
Python
|
|
def analyze(vw):
|
|
'''
|
|
Analysis module which processes entries in VaSet "EntryPoints" as Functions
|
|
This is a vital analysis module, only made into a module to allow for
|
|
control over when in the process it gets executed.
|
|
'''
|
|
vw.processEntryPoints()
|