BurningTeng

Results 17 comments of BurningTeng

For each loop, I have close it. But it can not work after two times.

Thanks for your reply. Yes. I have stop it for each loop. Is there any limitation for times? I do this because I need to capture picture by proxy for...

https://github.com/BurningTeng/NeusoftSign/tree/v2.0。 I have write code like below: ` for (var i =0 ;i < 10; i++) { var task = Task.Run(() => { su.StartProxyServer(); su.SetProxyPort(); su.Sign(listPerson[0].name, listPerson[0].email, listPerson[0].password); }) }...

The output is wrong when use diffrent port. You can test code via https://github.com/BurningTeng/NeusoftSign/tree/tmp. Main code as below: ``` SignProxy signProxy = new(); signProxy.StartProxyServer(); signProxy.SetProxyPort(8888); SignUtils.Sign(); signProxy.StopProxyServer(); await Task.Delay(10000); signProxy.StartProxyServer();...

No. It always crash. 原始邮件 发件人:"tonychen"< ***@***.*** &gt;; 发件时间:2022/2/17 13:35 收件人:"nowsecure/r2frida"< ***@***.*** &gt;; 抄送人:"纳姆波1"< ***@***.*** &gt;;"Author"< ***@***.*** &gt;; 主题:Re: [nowsecure/r2frida] Breakpoint can not work properly (#284) Have you solved this...

I have tried changed /etc/hosts as following and it works fine. 127.0.0.1 localhost 127.0.1.1 burning-RedmiBook-14-APCS # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet...

It wastes lots of time to download frida. Could you please add code to check whether there is frida on corresponding device?

Thanks very much. Could you please help to see following error. I use command `r2pm -i r2frida` to install r2frida since frida is updated recently. But following error occur. Is...

Sorry. My spelling is error. I use command `r2pm -ci r2frida`. Result is same as above.