1 comment (1 comment)0 reactions (0 reactions)2 assignees (2 assignees)C3,229 forks (3,229 forks)batch import
ESILHacktoberfestRAnalgood first issue
Repository metrics
- Stars
- 23,826 stars (23,826 stars)
- PR merge metrics
- Avg merge 16h 24m (Avg merge 16h 24m)99 merged PRs in 30d (99 merged PRs in 30d)
Description
For jumps like this: jmp dword [ecx*4 + 0x10003020]
aka UJMP
Contributor guide
- Research direction
- Examine the ESIL library in radare2 to find how assembly shortcuts are defined. Identify the pattern for jump instructions and add a new shortcut for 'UJMP' following that pattern. Look at existing shortcuts like 'jmp' and 'call' for reference.
- Tech stack
- c
- Domain
- security
- Issue type
- Feature
- Prerequisites
- CAssembly