dukebarman
dukebarman
What about another issue trackers? (monorail is only for chromium project) We would like to add support gitlab issues (or trac/Bugzilla), but it's not clear what is the best way...
It may be based on https://github.com/gereeter/hsdecomp
When I try to connect another (not from frida-server) r2frida is in waiting for a connection in an infinite loop. For example: ``` r2 frida://connect/10.0.1.1:1234/ ``` `Ctrl+c` doesn't work. r2frida...
``` # node r2irc.js [=>] Initializing r2 core... /home/radare/bindings/radare2-bindings/node-ffi/node_modules/ffi/lib/_foreign_function.js:36 throw new TypeError('Expected ' + numArgs + ^ TypeError: Expected 7 arguments, got 3 at ForeignFunction.proxy (/home/radare/bindings/radare2-bindings/node-ffi/node_modules/ffi/lib/_foreign_function.js:36:13) at StructType.load (/home/radare/bindings/radare2-bindings/node-ffi/r_core.js:141:13) at...
I try to use Nodejs bindings and have a problems with install. Make is normally finished but I see one error: ``` node-ffi # make ... NOTICE >class Radare.RMagic NOTICE...
In Python3 if you use pathlib module for parsing files from a directory, you get results in PosixPath objects. When you send it to `r2 = r2pipe.open(filename)`, you receive an...
Try to open file `r2 -q -e http.ui=p -c=H /bin/ls` but click on function in list move to wrong places - main -> `0x402a00` (normal address) - Jump to `0x402900`...
**Is your feature request related to a problem? Please describe.** Now, CFStrings in macho binaries isn't comfortable for reading in decompile code: ``` ...,"setHTTPMethod:",&cf_POST); ...,"setValue:forHTTPHeaderField:",&cf_text/xml,&cf_Content-Type); ...,"setValue:forHTTPHeaderField:",&cf_no-cache,&cf_Cache-Control); ``` **Describe the solution...
The Obsidian developers have added their own "Dataview"-like core plugin called [Bases](https://help.obsidian.md/bases). It seems that this move will make using Excalibrain more comfortable and a little more secure. P.S. I...