nszy007

Results 3 issues of nszy007

当前我操作步骤如下: 1.我已经通过x64的补丁找到2个对应函数的地址 2.将install_parallels.sh脚本中注入dylib部分暂时注释,其他照旧执行 3.写了一个python脚本,主要用来启动pd,然后循环判断进程“prl_disp_service”是否启动成功了,如果成功了则利用frida注入js脚本。 4.js脚本内容尝试过用frida的api来hook函数返回值,也试过直接修改函数头的代码,但最终启动完成后pd均显示为未激活,破解失败。 麻烦大佬帮忙分析下我这个步骤和思路有没有什么问题呢? 下面是python脚本的内容 ``` # -*- coding: utf-8 -*- import frida import sys import os import subprocess jspath = "hookpd.js" #定义frida脚本路径 def get_javascript(filepath): code = ''...

When I download the source code and makeit, I encounter the following error. How to deal with it? `An unhandled rejection has occurred inside Forge: Error: The main entry point...

执行全端口扫描时服务中断,通过报错日志看是在爬虫进程执行过程中服务中断 ![微信图片_20240424110725](https://github.com/gobysec/Goby/assets/39269223/4aadc7b1-9854-4313-ae5a-17bd3ac61518)

bug