-
Even though protobuf is pulled in as a dependency I get an error with a fresh checkout on Debian. I can fix it by installing protoc globally.
$ git clone git@github.com:google/bloaty.git
$ cd bloa…
-
```
FAILED: subprojects/capstone-next/libcapstone.a.p/arch_Sparc_SparcInstPrinter.c.o
gcc-12 -Isubprojects/capstone-next/libcapstone.a.p -I../subprojects/capstone-next/include -I../subprojects/caps…
-
```
[12/151] Building C object CMakeFiles/capstone.dir/cs.c.o
/home/aya/Source/capstone/cs.c:550:12: warning: ‘str_replace’ defined but not used [-Wunused-function]
550 | static int str_replace(c…
-
On x86, if a function is about to be called you see the argument values like this:
```
► 0x7ffff7fe32b3 call _dl_start
rdi: 0x7fffffffbd90 ◂— 0x1
```
Thi…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
In the top-level project there is https://github.com/vtil-project/VTIL-Utils/blob/master/cmake/VTIL-Core.cmake:
```cmake
CPMAddPackage(
NAME VTIL-Core
GIT_REPOSITORY https://github.com/m…
-
Currently Rizin uses `sdb_fmt` function, which uses global state and is thread-unsafe. I suggest substituting all calls of it with the Rizin API like:
- `rz_strf`
- `rz_str_new[f]()`
- `rz_strbuf_a…
-
| GitHub | Description | Category |
|----|----|----|
| [esphome / esphome](https://github.com/esphome/esphome) | ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuratio…
-
Building with `make.sh debug` gives warnings. This does not happen when just using `make.sh` without arguments.
This is `master` branch (9e27c51c2485dd37dd3917919ae781c6153f3688).
Some of the sy…
-
After doing a simple test with some invalid instructions found in a program I'm reverse engineering, I've found some instructions that binutils recognises that capstone doesn't.
I'm working on a Plays…