radare2
radare2 copied to clipboard
UNIX-like reverse engineering framework and command-line toolset
`. foo.py > /dev/null`

``` ==51943==ERROR: AddressSanitizer: heap-use-after-free on address 0x000105304384 at pc 0x0001056d8cb4 bp 0x00016b7926d0 sp 0x00016b7926c8 READ of size 1 at 0x000105304384 thread T1 #0 0x1056d8cb0 in r_th_lock_enter thread_lock.c:98 #1 0x104706924 in...
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Ubuntu 20.04.1 | File format of the file you reverse (mandatory) | ELF | Architecture/bits of the file...
## Environment ``` $ date Mon Aug 22 22:27:25 JST 2022 $ r2 -v radare2 5.7.7 29397 @ linux-x86-64 git.5.7.6-160-gf9f9e367de commit: f9f9e367de2c5e2ad252d10a21575bf949a3937d build: 2022-08-22__22:20:13 $ uname -ms Linux x86_64 ```...
* https://www.ibm.com/docs/en/aix/7.2?topic=formats-xcoff-object-file-format * https://github.com/silentsignal/xcoff-ks * https://www.ibm.com/docs/en/ssw_aix_72/filesreference/filesreference_pdf.pdf * http://www.oss4aix.org/download/latest/aix72/
## Description This issue tracks remaining items to support Solana's SBFv2 arch (to be implemented in `bpf.cs`) - [ ] Syscall detection (see https://bpf.wtf/sol-0x04-syscalls/) - [ ] Syscall emulation -...
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Ubuntu x86 64 | File format of the file you reverse (mandatory) | plain file | Architecture/bits of...
- [x] Mark this if you consider it ready to merge - [ ] I've added tests (optional) - [ ] I wrote some lines in the [book](https://github.com/radareorg/radare2book) (optional) **Description**...
``` >Native: mov rax, qword fs:[0x28] >ESIL: 0x28,[8],rax,= ```