Anciety

Results 29 issues of Anciety

Current todos: - [ ] fix missing docs - [ ] fix missing unit test - [x] adjust file structure to make pip install possible - [ ] python3 support...

``` /dts-v1/; / { clocks = ; ref: poc { phandle = ; #clock-cells = ; }; }; ``` During checks, in function [`check_property_phandle_args`](https://github.com/dgibson/dtc/blob/main/checks.c#L1384), the `0xffffffff` value could trigger an...

目前示例中exp样式各式各样,会导致阅读时给新手读者造成一些不必要的困难,可考虑统一使用原生格式,例如在调试完示例题目exp代码之后,都将exp改为仅使用最简化库(例如只使用pwntools原生函数,不使用类似于ru, js等各种简化缩写的方式,直接使用p.recvuntil,或是io.revuntil这种格式),让exp格式看起来更为统一。 其实甚至可以统一一下一些命名规则,例如都使用io或者p作为process或是remote的变量命名。

Currently only intro and something like tutorial provided, but I think the point of this repo is not only for starters but also a tiny technique database for those who...

I know that Gluon is intended to be a embeddable language, but to me, I think it is also a good choice to become a standalone language as well. So,...

enhancement

I got to admit, current API, especially Rust API is totally a mess. Hopefully this PR should beautify our Rust API. But note that Python and Nodejs binding has not...

In my previous issue in #259 , it seems quite possible to make radeco-lib independent of radare2, thus making everything universal. I have dug a little bit, and have some...

enhancement
discussion

It seems "input" and "print" is currently statement instead of function. I know it's exactly the same as it is in `Python2`, but in `Python3` it's changed. And for me,...

This seems to be a promising project, thanks for doing this. I know it's already on the roadmap. I'm just curious how you decide the object model? Since we know...