SySeVR / SySeVR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following error occur in points_get.py

sanashahir opened this issue · comments

WHILE RUNNING points_get.py, I got the following error :

(n18 {childNum:"12",code:"strncpy ( lastcomm , me -> comm , sizeof ( lastcomm ) )",functionId:4,isCFGNode:"True",location:"9:1:274:319",type:"ExpressionStatement"})
Traceback (most recent call last):
File "points_get.py", line 246, in
_dict = get_all_pointer_use(j)
File "points_get.py", line 137, in get_all_pointer_use
count=int(location[0])
ValueError: invalid literal for int() with base 10: '"'

how to solve it?? Please help me!!!