Alexey Vishnyakov

Results 46 comments of Alexey Vishnyakov

From Helptags: ``` ------------------------------------- *airline-ctrlspace* vim-ctrlspace * enable/disable vim-ctrlspace integration > let g:airline#extensions#ctrlspace#enabled = 1 < To make the vim-ctrlspace integration work you will need to make the ctrlspace statusline...

I'll return to fix linter errors someday later.

Capstone supports RISC-V. One should specify return/jump instructions bytecodes to support it. PRs are much welcomed!

Thanks! Can you add a ppc64 test?

I merged it in master. If you find time to add power64 tests, feel free to open a new PR.

You can upgrade Capstone or use `--all` option to display all gadgets.

Yeah, bad bytes in data is a real problem. You may try more [advanced](https://github.com/JonathanSalwan/ROPgadget/issues/184#issuecomment-1243641218) ROP chaining tools. However, I don't know any existing open source ROP compiler that handles bad...

@JonathanSalwan, that sounds like a great task for training)

ROPgadget has a pretty straightforward ROP chain generation algorithm. It just searches for some exact opcodes and chains them together. ROPgadget is mainly a gadget finding tool. There are some...

I was trying to build with different sorts of compilers on ubuntu 18.04 (including the default toolchain). I will try to modify the build system as you suggested. As soon...