Anton Kochkov

Results 609 issues of Anton Kochkov

There is an old closed issue of https://github.com/xmonad/xmonad/issues/38 but recently Red Hat announced it will stop developing X.org, so switch to Wayland is inevitable. https://blogs.gnome.org/uraeus/2019/06/24/on-the-road-to-fedora-workstation-31/

If you want to build it against capstone outside of standard prefix.

Like here, for example https://github.com/JonathanSalwan/Triton/blob/master/CMakeModules/FindCAPSTONE.cmake

Should fix the build with https://github.com/rizinorg/rizin/commit/c40744eba4001eeeb79ec13e04db177e8a652539

``` [XX] /home/travis/build/rizinorg/rz-ghidra/test/db/extras/asm_ghidra x86_16 rizin -escr.utf8=0 -escr.color=0 -escr.interactive=0 -N -Qc 'pdga pdi 18 ' rizin-testbins/mz/unzip.exe -- stdout --- expected +++ actual @@ -1,19 +1,0 @@ -0x000156a0 entry0: -0x000156a0 MOV bp,ax...

bug
rizin

Since the binary is the unlinked object file, be sure to use https://github.com/rizinorg/rizin/pull/799 for the Rizin ``` [i] ℤ rizin tcatest.c-clang-x64-O2.o Warning: run rizin with -e io.cache=true to fix relocations...

enhancement

``` [i] ℤ rizin numabasic.c-gcc-x64-O2.o Warning: run rizin with -e io.cache=true to fix relocations in disassembly -- The '?' command can be used to evaluate math expressions. Like this: '?...

bug
crash
high-priority
test-attached

``` [i] ℤ rizin /bin/ls 19:53:52 -- Use 'e asm.offset=true' to show offsets in 16bit segment addressing mode. [0x00006b10]> aaa [x] Analyze all flags starting with sym. and entry0 (aa)...

high-priority

On ARM Clang-compiled file with `-O0` optimization there is a serious problem with switch table detection: Also for some reason the function name wasn't taken from the DWARF information. ```c...

test-required
high-priority
test-attached