Niklas Saari
Niklas Saari
Resolves #129 Depends on the ~~#144 and #152~~ merged I think `rasn` was quite well designed, and it made it straightforward to implement codec. Some areas might need a bit...
We might need to format the overall errors. Should we just convert it pretty-printed `json` (once `jer` is merged), or make custom formatter? It is a bit better now after...
It seems that syntax matters for declaring generics and trait declarations. I have the following struct: ```rust #[derive(AsnType, Encode, Decode, Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)] #[rasn(choice, automatic_tags)] pub...
Currently the decoding behaviour for restricted string types is, that on debug build, invalid character will cause panic. On release builds they are ignored, and there is no error. There...
Continuing from the issue https://github.com/XAMPPRocky/rasn/issues/58 and writing some ideas > Well Real types should have `{encode, decode}_real` methods on `Encoder` and `Decoder`. I just haven't added it yet, because real...
Hi, I was planning to add the OER support, and I think I will start working on it quite soon. All development tips for the process are welcome!
I did not initially notice that this was moved. Would it make sense to enforce the repository's read-only status from the settings? In the case this was just forgotten.
**Is your feature request related to a problem? Please describe.** Is function `ActiveDocument.Variables("").Value()` from VBA implemented for emulation? Many maldocs contain data in those variables, and at least for me,...
https://quitesimple.org/page/fun-gentoo-shuffle-rop-gadgets About memory allocation in general: * https://samwho.dev/memory-allocation/ * Compiler security (and memory) https://llsoftsec.github.io/llsoftsecbook/ * Cool heap allocation https://github.com/shadyfennec/stupidalloc
Re-implement some tasks to include some programmatic fuzzing on scale With at least: * https://llvm.org/docs/LibFuzzer.html * https://github.com/google/centipede * https://github.com/rust-fuzz/cargo-fuzz