Richard Patel

Results 88 issues of Richard Patel

## Description Should support debugging XCOFF64 bins on AIX

## Description Let's get radare2 back on Debian and Ubuntu. https://www.mail-archive.com/[email protected]/msg128481.html https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014478 Debian has their own fork of radare2 here: https://salsa.debian.org/pkg-security-team/radare2/-/tree/debian/master/debian

## Instructions Add a flag or config option like `--no-private-ipv4` to Flow daemon. Polkadot and other Subtrate-based protocols have this flag to prevent libp2p peer discovery from trying to connect...

Feature
Feedback

A few changes I needed * Target InfluxDB 1.7.9 * Use Rust 2018 * Use futures-0.3 and async/.await * Bump url to 2.1 * Replace hyper with reqwest * Remove...

PR #24 introduced the `maintenance` manifest key in the wrong section. ``` $ cargo check warning: unused manifest key: package.maintenance ``` This key is part of the `[badges]` section, not...

When function arg count exceeds 5, then `r5` becomes some weird call args pointer to the stack. If callee does indirect addressing on `r5`, there's a decent chance that these...

BN should be able to lift syscalls up to HLIL with pre-defined signature info e.g. `void sol_log_(char *message, uint64_t len)`

r10 is read-only, so `r10_1 = call(...)` is nonsense

Solana loads program sections at deterministic addresses https://docs.solana.com/developing/on-chain-programs/overview#memory-map