Alexander von Gluck

Results 173 comments of Alexander von Gluck

Here's the raw GDB stub output from qemu-system-riscv64. I hate it :laughing: ```xml $qXfer:features:read:target.xml:0,4096#1E +$l#68 ``` There's no "<architecture>" defined there from the qemu code. Looking at qemu's gdbstub... ```c...

I compiled qemu 6.0, and it indeed reports architecture now... ```xml $qXfer:features:read:target.xml:0,4096#1E +$lriscv:rv64#6e ``` Now gef shows: ``` gef➤ gef-remote -q 127.0.0.1:1234 [!] Command 'gef-remote' failed to execute properly, reason:...

to reproduce, ```qemu-system-riscv64 -s -S``` is enough to give gdb / gef something to connect to. qemu-system-riscv64 ships in os packages for Fedora / ArchLinux that I know of. However...

@briansmith I submitted a PR to fix it :-) https://github.com/briansmith/ring/pull/1426

solves #1425 ``` /Data/Code/ring> cargo test Downloaded tinytemplate v1.2.1 Downloaded criterion-plot v0.4.4 Downloaded crossbeam-deque v0.8.1 Downloaded cast v0.2.7 Downloaded criterion v0.3.5 Downloaded rayon-core v1.9.1 Downloaded csv-core v0.1.10 Downloaded plotters-backend v0.3.2...

Just ran into the same issue. I has riscv64 stuff to debug :scream:

@LKaemmerling thanks! Let me know if you need any help. Haiku uses fathom lite and it has served us well for multiple years. Glad it's seeing a little maintenance.

U2F is becoming a pretty major hardware token standard. There is even a W3C standard forming around it with chrome support *today* https://w3c.github.io/webauthn/ A quick search on Amazon turns up...

A "feeling" in the keybase community is Zoom purchased keybase for all the smart crypto-nerds who wrote the platform to help them improve the security of the Zoom application +...

libc should be working. We have had some minor issues with [socket2](https://github.com/rust-lang/socket2/pulls?q=is%3Apr+is%3Aclosed+haiku)/[net2](https://github.com/deprecrated/net2-rs/pulls?q=is%3Apr+is%3Aclosed+haiku), but those should be resolved the next time these crates see a release (and all crates dependent on...