Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtaining transformation rules #2

Open
chibinz opened this issue Mar 25, 2024 · 0 comments
Open

Obtaining transformation rules #2

chibinz opened this issue Mar 25, 2024 · 0 comments

Comments

@chibinz
Copy link

chibinz commented Mar 25, 2024

Hi,

First of all really cool project!

I was trying use comby-decomposer for fuzzing. But the server printed out the following logs when I ran it together with afl-compiler-fuzzer. Main issue seems to be server.js trying to reference a rules folder containing toml files, preventing it from doing any meaningful mutations.

transforming... 
transforming:  stall(module,"xuxu")

picked mutation:  undefined
bizarre error:  TypeError: Cannot read properties of undefined (reading 'match')
    at transformSource (/nix/store/9sim7x18ljx73viplcfn0iqvlp700xbj-comby-decomposer/bin/server.js:126:45)
    at mutate (/nix/store/9sim7x18ljx73viplcfn0iqvlp700xbj-comby-decomposer/bin/server.js:193:12)
    at /nix/store/9sim7x18ljx73viplcfn0iqvlp700xbj-comby-decomposer/bin/server.js:198:12
    at Layer.handle éas handleèrequestê (/nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/layer.js:95:5)
    at next (/nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/route.js:144:13)
    at Route.dispatch (/nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/route.js:114:3)
    at Layer.handle éas handleèrequestê (/nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/layer.js:95:5)
    at /nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/index.js:284:15
    at Function.processèparams (/nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/index.js:346:12)
    at next (/nix/store/v9wahx2b4427p96l79scyqryfkhwgmnn-express-4.18.2/lib/nodeèmodules/express/lib/router/index.js:280:10)
picked mutation:  undefined

...
no mutation with matches

I wonder if it is possible to provide a format specification or share some example rules files in the repo? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant