Anton Kochkov

Results 609 issues of Anton Kochkov

Some of the commands are already converted, we should finish the complete migration. Moreover, some analysis logic is inside the `librz/core/cmd_analysis.c`. We should move as much as possible inside either...

RzAnalysis
high-priority
refactor
shell
cmd-api

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Debian ARMv7 | File format of the file you reverse (mandatory) | ELF | Architecture/bits of the file...

good first issue
RzAnalysis
ARM
stale

Until we figured how to reuse the code using linking or Meson subprojects, it's better to update the binutils code in Rizin to support more instructions. The current code is...

good first issue
help wanted
refactor
disassembly
SPARC

Part of the RzAnalysisFunction API is implemented in `librz/analysis/fcn.c` while other part is in `librz/analysis/function.c`. They both should be merged, refactored to harmonize the API, there are some naming problems...

good first issue
RzAnalysis
refactor

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | MacOS x86, MacOS ARM64 (13.x), Linux ARMv8 (Alpine) | File format of the file you reverse (mandatory) |...

RzDebug
test-required
high-priority
Linux
MacOS
regression
blocker
Debug

- [ ] C++ structures parsing for VC++ generated binaries https://github.com/REhints/HexRaysCodeXplorer & http://www.openrce.org/articles/full_view/23 - [ ] C++ structures parsing for OS X clang C++ generated binaries https://github.com/cocoahuke/maclook4ref - [ ]...

help wanted
RzBin
RzAnalysis
test-required
C++

Fedora 35 release that is scheduled to the end of 2021 will use Debuginfod by default for storing debug information for the binaries: - https://fedoraproject.org/wiki/Changes/DebuginfodByDefault > With GNU Binutils 2.34...

enhancement
RzDebug
DWARF

Currently only supported theories are: - Bool - Bitvector - Mem (Array) - Effect The biggest missing chunk is the Float theory - [x] Implement IEE754 types and helper APIs...

high-priority
RZIL

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | MacOS Monterey ARM64 | File format of the file you reverse (mandatory) | MachO | Architecture/bits of the...

bug
good first issue
visual

It has nothing to do with the RzCons and belongs along with other commands handling, in RzCore. It also should be better integrated with the rzshell. - `librz/cons/grep.c` - `librz/include/rz_cons.h`...

RzCore
refactor
shell
RzCons