fuzzable icon indicating copy to clipboard operation
fuzzable copied to clipboard

Framework for Automating Fuzzable Target Discovery with Static Analysis. Featured at Black Hat Arsenal USA 2022.

Results 21 fuzzable issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

Often when you fuzz Windows targets such as Adobe Reader, you go after certain DLLs but they may require you to supply some type of class or data structure. Reversing...

in AngrAnalysis.__init__() self.cfg = self.target.analyses.CFG( resolve_indirect_jumps=True, cross_references=True, force_complete_scan=False, normalize=True, symbols=True, ) the edges of functions is already in self.cfg the way to get edges of function are followings for func...

Opening settings in Binary Ninja causes binary ninja to crash on older versions. https://github.com/ex0dus-0x/fuzzable/blob/main/__init__.py#L102 Newest fix omits setting: Setting: fuzzable.score_weights invalid type for default value!

When I run the command `fuzzable analyze examples/source/libyaml`, it throws an error. I would like to know how to use fuzzable to detect C files within a folder and what...

Can this tool be applied to Windows? Thanks!

Hi, I updated the binary ninja plugin today to version 2.0.5 of fuzzable and it crashes every time I run "Analyze and Rank functions". I am using Binary Ninja version...

Markdown for CLI has been left out at the moment: https://github.com/ex0dus-0x/fuzzable/blob/main/fuzzable/cli.py#L113 Fix this and unify with generation with Binja. We should maybe consider HTML generation instead? Open the browser too.

bug
enhancement

C:\Users\user\Desktop\fuzz\png>fuzzable analyze FreeImage.dll [16:34:21] WARNING Cannot load Binary Ninja as a backend. Attempting to load angr instead. __main__.py:212 ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\fuzzable\__main__.py:1 │ │ 93...