layderv

Results 8 comments of layderv

Would it be useful to add it to the repo's readme? Is there any useful, missing feature?

@rastacalavera the addon's repository is probably best to ask this. I didn't add that feature, but if you show me how you use it manually, I can see how to...

For the parser, it looks like `ParseSubscript()` is to be updated to support `[ : : ]`. For the evaluator, I think `SubscriptExpression::Evaluate` is the one to edit, but I...

The problem arises when `PYVER` and `GDB_PYVER` are not the same. https://github.com/snare/voltron/pull/255

How to decide to which groups each syscall belongs?

I was going to add these as well: ``` < src/module/codegen/linux/arch_prctl.yml proto: int option, unsigned long arg2 parms: option, arg2 errors: - EFAULT - EINVAL - EPERM profiles: - fs...

> > Have you ever seen anything similar? > > Not exactly, but some things that it could be: > > * We might be missing an `#include` for the...