brendabrandy
brendabrandy
I am relatively new to keystone and I have been trying to use keystone to assemble a simple hello world file: ``` .file "hello.c" .section .rodata .LC0: .string "Hello World!"...
Hi I am currently looking into the different unpackers of BANG. I notice that although BANG supports more than 100 different filetypes, only a few exists in the test directory....
I was reading a paper about side channel attacks (http://s3.eurecom.fr/docs/ccs18_camurati.pdf) and it referenced your github page (https://github.com/bolek42/rsa-sdr). I am not very familiar with wavelets, so I have a few questions...
When I use kstool to assemble the following instruction with a comment, I got an error: ``` $ kstool arm64 "MOV X29, SP ;hello" ERROR: failed on ks_asm() with count...