-
程序中用了这个 LinkedBlockingDeque队列
// 设置异步执行器
if (this.threadPoolExecutor == null) {
this.threadPoolExecutor = new ThreadPoolExecutor(200,Integer.MAX_VALUE, 5 \* 60, TimeUnit.SECONDS,ne…
-
Hey there...
I was trying to see if things "just work" and am having some issues...
I took my Core2ez library and replaced occurrences of `M5Core.h` with `ESP32-Chimera-Core.h`. That gave compil…
-
Currently ROPs have input type validation, but it only shows up as script errors on inner comps inside them.
It would be good to be able to have a comprehensive view of all validation issues in a n…
-
i am using stlink clone with stm8s103 development board from quiet long time. But few days back my st-link got damage due short i think. so i am using new clone.
Now i am getting error as "Tries Exc…
-
hello, I have a question (might sound noob, I know)
but, why does ROPGadget successfully create the python code of the ROP chain sometimes, and some other times it doesnt?
And when it doesn't, wha…
-
Hello Andy,
Im unable to get the dbus role (client) to work with/in a standalone plugin running in lwsws.
Sending of dbus messages works fine, the POLLIN of the dbus rops doens't get triggered.
…
-
# Things that rop needs
- [ ] auto ropper (not soon)
- [ ] primitive detecting (pivot, leak, write-what-where, etc.)
- [x] start at "end" gadgets and disassemble backwards (for speed) (pr radareo…
-
Currently the feature is poorly tested.
We need more tests, see for example:
- https://github.com/d4em0n/exrop/tree/master/tests
- https://github.com/d4em0n/exrop/tree/master/examples
- https://gi…
-
Because I think this is a better forum than twitter!
@tpetricek do you mind explaining your opposition to using ROP based names? I'm not sure I'm seeing the issue yet, especially if we have a two sen…
mavnn updated
8 years ago
-
This feature should enable user to easily set a gdb breakpoint in a `ROP.chain()` from a pwntools script.
Perhaps it could be implemented under the `rop` module.
Examples of possible successful…