Anton Kochkov

Results 608 issues of Anton Kochkov

Attaching the simple test project and Dockerfile with Alpine 3.15 for easy reproducer. [ocaml-static-problem.zip](https://github.com/andrenth/ocaml-stdint/files/7795739/ocaml-static-problem.zip) ``` STEP 16/16: RUN eval "$(opam env)" && dune build ocamlopt test.exe (exit 2) (cd _build/default...

Currently corrode doesn't recognize them at all: ``` Corrode doesn't handle this yet: u32 mode : 16, uid : 16 ```

It would be nice to prepare the upgrade to the upcoming Gradle 8.x, there are some incompatible features for now: - https://github.com/gradle/gradle/milestone/164 - https://docs.gradle.org/current/userguide/upgrading_version_7.html This is what `gradle help --scan`...

Feature: Build
Status: Internal

Currently Ghidra 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/)...

Feature: Build
Feature: Documentation
Status: Backlog

See https://github.com/whatsbcn/shellforge4 for more architectures/platforms and various bugfixes

ragg2
good first issue
hackaton

[fedora@localhost malware]$ winedbg --gdb --no-start shylock_d.exe 003e:003f: create process 'Z:\home\fedora\malware\shylock_d.exe'/0x1106e8 @0x4044b0 (0) 003e:003f: create thread I @0x4044b0 target remote localhost:44840 003e:003f: loads DLL C:\windows\system32\KERNEL32.dll @0x7b810000 (0) 003e:003f: loads DLL C:\windows\system32\ntdll.dll...

debug-info
gdb
WineDbg

Python is a poor choice for anything remotely complex, especially that affects the execution times like emulation. Projects like Angr and Miasm met a bottleneck of Python, it's slowness, GIL,...

**Environment information** * Operating System: Windows 10 x86_64 * Cutter version: 2.1.0 * Obtained from: - [ ] Built from source - [x] Downloaded release from Cutter website or GitHub...

Windows
Debug

See the comment at 0x1400022c6 address, it's a Chinese words `好的`, which are shown in the disassembly but neither in Cutter nor in the Rizin's `CCl` output: ![image](https://user-images.githubusercontent.com/203261/172408544-31d4b830-c1f4-4fde-8ca8-d3e76f7694b1.png) _Originally posted...

good first issue

Using API directly will improve the performance and allow to avoid situations when Rizin command has changed but it went unnoticed in Cutter. Using API will guarantee if the function...

Refactoring
rizin
High Priority