Viewing profile — domenukk
domenukk
HN member- Joined
- Fri, May 09, 2014, 9:40 AM UTC
- HN karma
- 159
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About domenukk
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #34319532
There is also cargo make which, at least in rust land, serves a similar purpose. https://github.com/sagiegurari/cargo-make I ended up using it over just because it felt easier to u…
-
comment
Comment #32152590
FWIW, ArrayList is a List, backed by Arrays. So List would have been the more Java/Zig way to name it (also Python, etc.)
- story
- story
-
comment
Comment #30569606
I've seen projects like this in the past - either you have skilled people and use a strict CSP from the start, or the footguns of dynamiically crafting objects ultimately leads to …
- story
- story
- story
-
comment
Comment #29793746
It runs an Android userspace on the host kernel, inside a container
-
comment
Comment #28808334
What about flutter apps?
-
comment
Comment #27164391
To be fair, a trait gets you 98% there. It can have default implementations for most functions, you just overwrite the ones you want to change. You'll still need to declare the und…
- story
-
comment
Comment #26860562
Machine in the Middle or Malice in the Middle are better options imho
-
comment
Comment #26439985
There is afl-rs https://github.com/rust-fuzz/afl.rs also we're working on a fuzzing library that's completely written in rust right now, stay tuned :)
-
comment
Comment #26439862
Why not have multiple with different strengths for different users, though? Honggfuzz is also really good. That being said, most distributions replace afl with afl++ these days.
-
comment
Comment #26437934
Maintainer here, happy to hear that! Doing our best :) Even Google's own OSS Fuzz switched to afl++ recently ( https://google.github.io/oss-fuzz/ )
-
comment
Comment #26399968
And that solves double frees through ___?
-
comment
Comment #26398064
The pie chart's legend in this post is sorted largest number to smallest number, if that helps. Or as table: Buffer overread: 22 Buffer overflow: 20 Use After Free: 4 Double Free: …
- comment
-
comment
Comment #25580534
And exploits
- story
- story