Andrea Fioraldi

Results 138 comments of Andrea Fioraldi

Well, hi, a simple test of a function of a codebase that you know would be useful, or simply build a test app for iOS including the target_func from https://github.com/andreafioraldi/frida-fuzzer/blob/master/tests/test.c...

For Android arm64, I simply need a recompilation of the following test app for a real device and a test using test_ndk_x64.js (should work out of the box or with...

Look better. There is a CModule for all not x64 archs.

Yes, still never tested on iOS

I got only now some time to watch it. Thank you! You can send me files simply uploading it on drive/dropbox/whatever or putting them on a ZIP attached here if...

Open a file, dup stdin, copy the payload of the harness each time to the file, call the routine that takes the fd as input. frida-fuzzer is an API fuzzer,...

Yeah timeouts are not already implemented. WIP

in js you have the frida-fs lib to interact with the filesystem

I introduced a partial solution with https://github.com/andreafioraldi/frida-fuzzer/commit/188d9c1315e1f5fafbfd419b5e1d37557f2931fc. If the time of a run is > timeout the fuzzer aborts and the input is saved as a crash. The timeout is...

i think this a bad idea, radamsa is slow. If you really want it, you should use libradamsa from aflpp and not execute the randamsa binary every time