Examples of multi-actor configurations: VM, Kernel, User #131
-
|
As we discussed earlier, I would really appreciate it if you could share some examples of complex actor templates that I could use for fuzzing, and also could learn from them about using actors and templates. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
OleksiiOleksenko
Jun 23, 2025
Replies: 1 comment
-
|
Hi, Thanks opening a request! You can find example configurations here: pack.zip The archive includes two examples:
./revizor.py tfuzz -s base.json -c h2v.yaml -t h2v.asm -i 10 -n 100
./revizor.py tfuzz -s base.json -c k2u.yaml -t k2u.asm -i 10 -n 100Feel free to ask if there's something unclear. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OleksiiOleksenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks opening a request!
You can find example configurations here: pack.zip
The archive includes two examples:
Feel free to ask if there's something unclear.