Erik Schamper
Erik Schamper
I think it's more the `repr` that breaks, not the initialization, right? I think this is actually a bug introduced with #101 :smile:
We looked at the code together and decided it’s best to change the default initialization behavior of None to be the default for that type instead.
Are there any more details you can give?
Some micro benchmarks: ```python from dissect.cstruct import cstruct cdef = """ #define X 512 enum MyEnum { A, B, C }; struct test { uint32 a; }; """ cs =...
This is probably because of how you execute the script. By running it as a regular Python script, the `import logging` statement will try to import `dissect/target/tools/logging.py` instead of the...
I think you mean `requirements.txt`? I had been meaning to make a different proposal to `VM-Install-IDA-Plugin`, but I hadn't gotten around to writing it down/testing it yet. I have my...
Created an initial PR for that, will look at the requirements/pip dependencies later.
Hey Andreas, while it would be really nice to support this, unfortunately the current parser is a little too inflexible to easily add support for this syntax. But I'll leave...
Some degree of grouping would be nice. I'm not sure I agree renaming the arguments themselves is a good idea though. Perhaps we can add a "category" attribute i.e. "Windows",...
We do see a use case but just not in the short term.