arbiter icon indicating copy to clipboard operation
arbiter copied to clipboard

Results 7 arbiter issues
Sort by recently updated
recently updated
newest added

Thanks for sharing you great work! All the code is nicely documented and well executed. I am facing a problem to run the code on a toy dataset (binary file...

Hi, Do these codes have the same meaning? I think some of them maybe redundant. ``` all_matches = [] for x in self._checkpoint: all_matches += list(filter(lambda y: x in y,...

I think the `globals` in `self.state.globals.get('globals', None)` should be `sym_vars`. This can make CheckpointHook discard some sym_vars and give false negatives. Could you have a check if there are similar...

Hi, I'm having touble using Arbiter. I use the CWE190 check template in vul_templete to detect CWE190_s in the dataset, but it prompts "No targets for SA advanced" or "has...

Hi, I sent you an email today, and I will write down my questions here too! I'm experimenting with Docker because I want to experiment with it myself. (docker pull...

Hi, I wanna try to execute the binary for CWE78. Could you please share VD for CWE78? Thank you.

Hi, I am using arbiter to reproduce the CVE-2018-18311 vulnerability, but unfortunately it did not work. Arbiter was able to identify 93 target functions, but when further analyzing with USE,...