Anton Kochkov

Results 610 issues of Anton Kochkov

``` [0x00006b10]> %$? Usage: %$ [] | flag offset of flag | ${ev} get value of eval config variable | $$ here (current virtual seek) | $$$ current non-temporary virtual...

good first issue
help wanted
shell

``` ../librz/debug/p/debug_native.c:1493:2: warning: list filedescriptors not supported for this platform [-W#warnings] #warning list filedescriptors not supported for this platform ^ ../librz/debug/p/debug_native.c:95:12: warning: unused function 'rz_debug_handle_signals' [-Wunused-function] static int rz_debug_handle_signals(RzDebug *dbg)...

good first issue
RzDebug
BSD
port

To avoid the need of manually keeping it in mind when using the API. Should use the transparent RzIO and RzCore API without the need to work with block or...

good first issue
RzIO
API
RzCore
refactor

Currently there is `test/db/tools/rz_agent` but it tests nothing of value. We should test how it's able to connect with Rizin, like we do that with GDB, for example.

good first issue
help wanted
test-required

Since you have now plugins for IDA Pro and GHIDRA, what about doing that for [rizin](https://rizin.re)/[Cutter](https://cutter.re) too? [Rizin](https://github.com/rizinorg/rizin) is a highly-portable cross-platform reverse engineering framework and a toolkit without dependencies....

Currently libarchive uses full license text in all files, while a lof ot FOSS and proprietary software standardized the license and copyright information in the form of more succinct [SPDX](https://spdx.org/)...

There is a BiDi/RTL [standardization effort](https://terminal-wg.pages.freedesktop.org/bidi/). And it is already supported by VTE library (not yet released though), see https://terminal-wg.pages.freedesktop.org/bidi/implementations.html#vte See also https://gist.github.com/XVilka/a0e49e1c65370ba11c17 for tracking other terminals and programs.

What about moving the repo under the `neovim` namespace? It is an organization, so you will retain the same access, while increasing the repository visibility. They host libraries/clients for another...

While FAT is omnipresent in the Windows world, EXT filesystem is much less restricted, did not covered by patents (hello exFAT!), and can be read/written by almost any UNIX operating...