Niklas Saari
Niklas Saari
Here is the tracking issue https://github.com/rust-lang/rust/issues/103765 of adding it to the `core`. Seems like it has made into the unstable.
Seems like your test bench uses mostly integers. `asn1-codecs` crate seems to use `i128` internally for Integer type while `rasn` uses [BigInts](https://docs.rs/crate/num-bigint/latest). I would guess that this plays big factor...
> Yeah, that's still a todo, I should write up an issue giving details in case someone else who has more time is interested. I think this is rather important...
I have been reworking integer type (by using primitives (i128) by default, and switching to larger ones on overflows, or if big one is created manually) Hopefully I can open...
I cannot access example maldocs right now (and for some time), but at least VBad https://github.com/Pepitoh/VBad obfuscation tool generates obfuscated documents using the document variables.
Might be useful for memory analysis https://github.com/ufrisk/MemProcFS
LibFuzzer is no longer developed and Centipede has been merged into https://github.com/google/fuzztest
Comments for Lab 1: Dockerfile Seems good! Few notes: AFL testcases are in different location than normally: `/usr/local/share/afl/testcases/` Also, `core_pattern` property follows configuration on host system as kernel is shared...
We could possibly publish Docker images in OUSPG:s package registry: https://github.com/orgs/ouspg/packages
A bit more https://www.bc-security.org/post/maldocs-are-evolving/