M Ramdhan

Results 8 issues of M Ramdhan

`g:gen_tags#find_tool` is a command that displays list filenames. When `g:gen_tags#find_tool` is set. gen_tags will use it for generating tags for list of filenames. For example, ``` let g:gen_tags#find_tool = 'rg...

Hi, i got this following error when trying to `make` ![image](https://user-images.githubusercontent.com/29397847/149901192-c19b272f-375f-4b6f-9ed7-9aa4aa2ec46a.png) ![image](https://user-images.githubusercontent.com/29397847/149901296-17a50b7c-736b-4be9-9d1e-5b69bae8dfef.png) Thanks,

Currently keystone return bytearray for all instructions. Is it possible for keystone to return bytearray per instruction?

Hi, i try to run cqmakedb on c project but i got the following error. ``` > cqmakedb -s cq.db -c cscope.out -t tags -p cscope.out sanity check Error Unsupported...

enhancement

``` ➜ 05_ELF_infect_plt-got git:(master) ls arch crackme.c hook.c hook_pltgot.py Makefile script.ld ➜ 05_ELF_infect_plt-got git:(master) make gcc crackme.c -O3 -o crackme.bin chmod u+rx crackme.bin gcc -Wl,-T script.ld -fno-stack-protector -nostdlib -nodefaultlibs -fPIC...