Gencoding
Gencoding copied to clipboard
The scalable bug search for binaries
We find it difficult to reproduce this work since currently released code is not complete. Methods such as ``getSequences()`` and ``graph_analysis()`` is not defined in currently released code. Hope you...
Hi, Do you have any plans about releasing the codebook generation and feature encoding component? Thank you.
This code implementation has a lot of dead code that is not used for experiments, but it's not important. I have an important finding that there is a serious error...
In file `graph_analysis_ida.py`, function `def calTransferIns(bl):` ```python def calTransferIns(bl): x86_TI = {'jmp':1, 'jz':1, 'jnz':1, 'js':1, 'je':1, 'jne':1, 'jg':1, 'jle':1, 'jge':1, 'ja':1, 'jnc':1, 'call':1} mips_TI = {'beq':1, 'bne':1, 'bgtz':1, "bltz":1, "bgez":1,...