RocketDev

Results 51 comments of RocketDev

非常好改进,爱来自火箭😉

@gerardog I'm a Chinese and I found it difficult to pay with PayPal, so I would like to ask if you could register an account of Alipay and provide your...

I may suffer from this problem. When installed imhex-bin and run imhex, apparently the lib to be linked is a bit old. I have `libmbedtls.so.20` but it requires `libmbedtls.so.19`.

I met a same problem when using coc-clangd and this is my environment: The file to be edited: in my profile repository; Clangd version: 15.0.6 Args: --query-driver=D:\\TDM-GCC\\bin\\gcc* Fallback flags: -ID:\\TDM-GCC\\x86_64-w64-mingw32\\include...

BTW, here is the header file: [stdlib.h.zip](https://github.com/clangd/clangd/files/10409169/stdlib.h.zip)

Plz fix it, even today Ghidra can not decompile code with xmm registers correctly.

Note that this issue is duplicated! See #337. Maybe closing this issue and replying under the previous issue is better.

> In most cases the ABI should not change though, especially not in-between minor versions unless they keep changing function signatures and structs. > > A break like that makes...

I've tested a lot and everything works. Would there be someone help me merge it in?

Try adding `context.arch = 'amd64'` at line 3? Pwntools have 32bit and 64bit payloads and 32bit is the default option.