0xferrous
@0xferrous
Followers
9
Following
14
Media
0
Statuses
20
it was very fun, with @zemse_ and few other teammates we made at the event!
The Wonderland CTF was a blast! Huge congrats to all the teams, especially “STACK TOO DEEP”, “NADA ESPECIAL” and “SECSEE”. Oh, also: https://t.co/WHMt1f36Mk 👉👈
1
0
4
How I installed SmartPGP on the @Keycard_ and use it as an opengpg card to decrypt my LUKS partitions at boot
0xferrous.eth.limo
Personal development blog covering programming, tools, and technical insights.
0
1
6
TIL you can return Result<std::convert::Infallible, E> from async functions that are loops to make the compiler stop complaining about unreachable code like `return Ok(())` after the loop async fn test_loop() -> anyhow::Result<Infallible> { loop { } }
0
0
2
using both stable and nightly foundry side by side using @shazow's foundry.nix flake https://t.co/6KgKx0Nce4 happy to hear better alternatives
0xferrous.github.io
Personal development blog covering programming, tools, and technical insights.
0
0
0
`anvil --print-traces` will print traces to the console for eth_calls, eth_estimateGas, eth_sendTransaction, and others maybe, this is the list i have confirmed
0
0
0
`forge selectors cache` will cache local project selectors without uploading to openchain, etc. allowing you to decode traces of your transactions for your unverified transactions, `cast call`s, etc. v useful.
1
0
0