binsee

Results 22 issues of binsee

I'm doing some research and know that the target software checks for the existence of certain paths to tell if the device is jailbroken. But none of these paths are...

enhancement

使用 **谷歌翻译绕过代码块** 脚本后,github issues页,翻译效果: ![image](https://user-images.githubusercontent.com/5285894/97112793-39710580-1721-11eb-8889-4c2df6f997e6.png) 影响翻译issue标题的行: https://github.com/xiandanin/LardMonkeyScripts/blob/5ee1fbc99ff06b38b8edae8a4e3994a274f2a296/translation_bypass.js#L39

新方案:https://github.com/binsee/padchat-sdk/

目前README文档内残留内容仍旧是以前的ws版协议的说明。现在socket.io版本的index.js文件已经对所有的接口进行封装,添加了备注说明。可以使用jsdoc工具提取放入README中,可以减轻文档维护工作量。 待进行任务: 1. 引入jsdoc工具,编写文档更新脚本 2. 编写README文档模板 参考:https://blog.chatie.io/2017/09/20/add-wechaty-jsdoc.html

enhancement
help wanted

In use, I wrote a sidecar subclass for use in a formal environment. ```js @Sidecar('chatbox') class Test extends SidecarBody { @Call(0x42) @RetType('pointer', 'Utf8String') testMethod( @ParamType('pointer', 'Utf8String') content: string, @ParamType('int') n:...

1. use ts to write agent 2. export function and hook in ts 3. use `frida-compile -s namespace` to make agent.js 4. use @Sidecar(target, agentScript, 'namespace') 5. run

Let's write agent with typescript !

enhancement

Link to test code: https://github.com/binsee/sidecar-ts-test ## test for frida cli ```js binsee@bogon  ~/CodeWork/test-sidecar   main ±  npm run cli > [email protected] cli > npm run cli:namespace >...