Andrey T
Andrey T
Faced with similar problem ``` > r2 -v radare2 4.1.0-git 23412 @ linux-x86-64 git.4.0.0-153-ge0b197766 commit: e0b197766811db0952d243b2df36969d34cee36e build: 2019-11-29__14:23:07 ``` ``` > winedbg --gdb --no-start ViPNet_CSP_RUS_4.2.8.51670.exe 0038:0039: create process ''/0x110968 @0x42d3d5...
> Have you tried debugging wine processes with regular gdb? It should be possible. Yes, gdb works well. At least I can use breakpoints.
Similar problem on Arch Linux / Sway (Wayland) / Rust 1.41 * LFS is installed and `git lfs install` is executed * `git clone https://github.com/amethyst/evoli.git` ``` >>> git clone https://github.com/amethyst/evoli.git...
Hm.. After renaming `Topplegrass` to `topplegrass` (`resources/prefabs/creatures/topplegrass.ron`) everything works well
@radare Can you disclose details?
> GetBlock method is currently broken @gagliardetto could you please provide details about what is broken in the `GetBlock`/`GetTransaction`?
Thank you for your detailed response.
> Provide a custom backend that uses the text representation. (This could be done as third party crate) In an attempt to extract Pg adapter into a separate crate, I'm...
So, I implemented my own version 🤖 ``` from lambdaz import a0, a1, a2 fn = ((a0 + a1) / a2)._ fn(1, 2, 3) # out: 1.0 fn = a0.strip().title()._...