thinkycx

Results 10 issues of thinkycx

## env arm64 binary pwndbg latest ## problem When I set a breakpoint and set a command with it, the pwndbg will raise an error. It seems like the `info...

bug

When I use the library to split window, I use `win.cmd('split-window', '-h')` which let me spend a lot of time. At last, I suggest to use bash script instead of...

Just want to say thank you.

博客很好看,希望可以增加tag快速预览功能,like this: http://jerryzou.com/all-articles/

usage: 1. change to fn mode: ``` make sudo tpkb ``` 2. change to orginal mode: ``` turn off the keyboard wait for 3 second ```

**http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js** Hi ! This url is unavaliable now. Could you push the ace.js into your repository? Thanks for reading.

Hello! Thanks for your awesome codes! Here I have some questions about the accept function in src/desock.c. After writte the accept function ,I think all the accept will return a...

When uploading the files , using the request.set_insert_only function and it will still overwriting the files . That means the function doesn't work. Could you check it out? ``` request.set_insert_only(0)...

bug

1、 I have copied the jar into ./libs_attack/ and the class is exists in the jar `com.example.basicstudy.rmi.Hello` 2、however it cannot get say: 'No methods found. I don't have remote object...

https://xz.aliyun.com/t/7930 已知RMI接口的3个攻击方式中:1实际场景比较少,2和3本质上都是Server反序列化Client发过来的数据,非基础类型都是在Unicast#unmarshalValue的readObject中触发。 所以2和3感觉可以归为1类