M Ramdhan
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`   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...
``` ➜ 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...