August Joseph

Results 10 issues of August Joseph

Closes https://github.com/klaussinani/taskbook/issues/17 Hey guys. I actually just stumbled upon Taskbook. The codebase is very clean and looks like a great project. Kudos to everyone here! This PR will add "comments"...

The following example file uses old APIs `r_bin_load()` and does not take `r_io` file descriptors into account: https://github.com/radare/radare2-bindings/blob/master/c/test-bin.c. I propose the following example file: ``` #include #include bool get_bin_info_from_r2(const char*...

Hey. I ran into a small issue during instrumentation. Hooking into [this function]() of context simply doesn't work. I wanted to know if the issue is on my side. python...

Hey. This is not really an issue but more of a question. I'm developing a Titanium module and am trying to make it with 7.0.0.GA but backwards-compatible to 6.0.0.GA like...

I received an `unable to find magic library` exception every time I ran the script. It was because I didn't have the magic library `libmagic`. I ran a `brew install...

**Describe the feature** Currently, `mage -l` doesn't print the arguments: just a description of each, like this: ``` afjoseph :: dev/own/my-project » mage -l Targets: buildProject buildIosDemoWithProject Build the iOS...

:sparkles: enhancement

Fixes https://github.com/rizinorg/rz-ghidra/issues/343 Hey guys. I'm having the same issue as https://github.com/rizinorg/rz-ghidra/issues/343. Here's the repro steps. My machine is MacOS M1 Monterey 12.6.6 and I'm on the [latest commit](https://github.com/rizinorg/rz-ghidra/commit/48fe3815a0434dadb35cc27032b6126a85c96c09) as of...

Hey folks. I know this is not an issue, but I just wanted a clear answer to this. I checked the api docs and could not find an API endpoint...

Hey guys. Thanks again for the wonderful tool. This PR allows the user to choose whether to do a debug build or not. I'm currently debugging a package and tinkering...

Hey guys. Thanks for this project. This PR keeps the same commands but adds support for CMake to make the code portable and easy to implement in CMake projects. Also,...