x86-sok icon indicating copy to clipboard operation
x86-sok copied to clipboard

Results 13 x86-sok issues
Sort by recently updated
recently updated
newest added

Hi, I have been using the compareCFG script to see the precision and recall for angr compared to the ground truth. The paper mentions that for any optimization, the precision...

Hi, I am having some trouble running the compareCFG script. The cfg edges in ground truth vs compared are significantly different and lead to a very low precision and recall....

Hi~Happy Chinese Mid-Autumn Festival! SOK sometimes recursively disassembles data bytes and even never terminates. I think [isFallThrough](https://github.com/junxzm1990/x86-sok/blob/master/extract_gt/BlockUtil.py#L283) is responsible for it. When [isFallThrough](https://github.com/junxzm1990/x86-sok/blob/master/extract_gt/BlockUtil.py#L283) considers instructions of `CALL nonreturn-function` as fall-through,...

enhancement

Hi, I manually check the ground truth in your test suite. But the ground truth of some "cold functions" got me confused. Binaries may contain some "cold functions". They're some...

bug

Hi, I'm curious about whether SOK could handle inline data? Though gcc and clang won't place any jump tables or constants in `.text`, there're invariantly some occasions in real-world projects...

I hope this message finds you well. I am currently working on processing the dataset for a downstream task and have encountered what appears to be an inconsistency with some...

bug-capstone

I would like to run this evaluation on ddisasm https://github.com/GrammaTech/ddisasm to compare it against all the other disassemblers. Would you be willing to accept a contribution in this repo that...

Using the serialized protobuf definitions from [here](https://zenodo.org/record/6566082/files/x86_dataset.tar.xz?download=1), the list of basic blocks for function `0x1B380` of `linux\libs\clang_O0\libtiff.so.5.4.0` are incorrect. The ida pro ground truth(`linux\libs\clang_O0\Block-idaBlocks-libtiff.so.5.4.0.pb`) lists these blocks as children of...

bug

Hi I hope you are doing well, How did you use dumpbin and cvdump in linux, could you give more explanation. thank you

my pc specs: ``` PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ``` The default build.sh fails for x86 after 98%...