david942j
david942j
Thanks for the fix!
I guess the same issue appears in Sparc as well.
Use `c.evaluate!` to throw the exception out instead of being failed silently: ``` c.evaluate!("TEST(abc)", { abc: { a: '1', b: '2', c: '3' }}) Dentaku::UnboundVariableError: no value provided for variables:...
Facing the same issue with `tensorflow==2.4.1`, `tf_agents==0.7.1` And adding "import tensorflow_probability" fixes the issue (`tf.saved_model.load` works)
Did you confirm that there's no bug when you disable Pwngdb?
Actually I think it's a bug introduced in GDB 8.2: https://sourceware.org/bugzilla/show_bug.cgi?id=18772#c2
Sounds a good suggestion. The original intention of dump/disasm is making them human readable, but as we also support different format of output, it makes sense to have a certain...
I somehow decided to re-write the whole assembly parser so it will take a longer time. A WIP is at the `racc` branch: https://github.com/david942j/seccomp-tools/compare/racc?expand=1
Hi @gsingh93 , I have a PR https://github.com/david942j/seccomp-tools/pull/210 which adds the support of passing `--no-bpf` to disasm, and the output format in this case is a valid format for `seccomp-tools...
Thanks! I will continue to merge it then.