Roman Valls Guimera
Roman Valls Guimera
> I don't know what the script is doing (...) [Not much](https://github.com/brainstorm/threadmill-re/blob/master/r2/anal.r2): ```shell #!/bin/sh r2 -a r2ghidra -n -i r2/anal.r2 control/flash.bin ``` Then `anal.r2` has: ``` e asm.cpu=stm8 e anal.strings=1...
What about VxWorks on SuperH4? How much does EMBA unfold vs manual analysis?: https://blogs.nopcode.org/brainstorm/anritsu-ms2721b-spectrum-analyzer/ ;)
@m-1-k-3 Back then BANG did not find much, so I resorted to manual analysis in the second part of that article: https://blogs.nopcode.org/brainstorm/anritsu-ms2721b-spectrum-analyzer-repair-part-2/ I doubt binaryanalysis-ng would find much nowadays either......
> When `cargo criterion` output benchmark results for multiple functions, it seems that only one of them is included? Is it possible to parse all benchmark results from the output...
I just tested it under Windows 11 WSL2 [(with some SO perf binary workarounds)](https://stackoverflow.com/a/65276025/457116) instead of GHA and the output both surprised me and gave some clues... 3.6GB of `perf.data`...
@daxpedda Would generating getters for all struct members as @David-OConnor [suggested](https://github.com/rustwasm/wasm-bindgen/issues/439#issuecomment-404371089) be a good initial compromise (usability for perf) or were you thinking on other (better) design patterns from the...
Haven't seen your error with my recent installation: https://github.com/home-assistant/core/issues/74608 ... doesn't look as critical as yours, but it requires some work/fixes upsream, I reckon.
That makes a ton of sense, thanks for your answer! I'd like to keep the tests on the same directory as any other "standard" Rust project to reduce DX friction:...
Yes but those that are HIDs like mouse, joystick and keyboard should be in this crate, right? Thanks for this crate! :)
Is DHAT output compatible with the firefox profiler UI? They seem to have their own viz according to docs (see https://nnethercote.github.io/dh_view/dh_view.html), maybe I'm missing sth?