queueRAM
queueRAM
As might be expected, mapping the following characters is also problematic: ' " , ; Vaguely related, strings containing two forward slashes "//" error because bass sees this as a...
As requested: ``` $ radare2 -v radare2 1.3.0-git 13931 @ linux-x86-64 git.1.2.0-260-g0744e3344 commit: 0744e334429cc00cef937a87f89b8c3429152d11 build: 2017-02-28__13:34:49 ```
I tracked it down the discrepancy in the code and it affects all archs. Setting `asm.arch` sets `r_asm_set_big_endian()` to default `r_bin_is_big_endian()` instead of `cfg.bigendian`. I am unsure of the expected...
This is still an issue. Please remove `stale` tag. Same test case from above is failing demonstrating discrepancy between `cfg.bigendian=true` and `pd`: ``` # create MIPS 32-bit big endian file...
Yes, the original test case fails as well without using projects. Please find below the log from that test with additional commentary. ```sh $ radare2 malloc://16 [0x00000000]> e cfg.bigendian=true #...
> Would you be willing to send a PR for this? Thank you for your guidance. I have a commit ready for this in my `bigendian_asmarch` branch. I'm still going...
nicm July 14, 2010: > I think 1 is a very bad idea. > > 2, 3, 4 would be cool.
nicm July 14, 2010: > I would be very careful with this and I am sceptical as to its utility. IPC over the network is a security nightmare, it will...
There are a few more topics that i want to write which currently don't have entries, only links to them: "Bug Tracking" and "Using Git Repository". I've just been leaving...
This is really more of a client feature than a daemon. Is there any reason that you couldn't periodically check the status of btcli list from a script and perform...