JSREI / ast-hook-for-js-RE

浏览器内存漫游解决方案(探索中...)
Other
1.5k stars 393 forks source link

Uncaught TypeError: Cannot read properties of null (reading 'match') #36

Open qingfengmy opened 1 year ago

qingfengmy commented 1 year ago

控制台执行hook.search报如下错误

Uncaught TypeError: Cannot read properties of null (reading 'match')
    at parseCodeLocation ((索引):338:36)
    at _search ((索引):237:30)
    at Function.<anonymous> ((索引):174:9)
    at <anonymous>:1:6
parseCodeLocation @ (索引):338
_search @ (索引):237
(匿名) @ (索引):174
(匿名) @ VM632:1

而且js-file-cache为空

这是什么问题呢?

CC11001100 commented 1 year ago

你好,可能是bug,有目标网站和大概的复现步骤吗,我debug一下原因...