PACKAGE NAME: node-r2pipe-2.8.6-x86_64-1cf.txz PACKAGE MIRROR: https://slackers.it/repository/slackware64-current/ PACKAGE LOCATION: ./node-r2pipe PACKAGE SIZE (compressed): 476 K PACKAGE SIZE (uncompressed): 3810 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: node-r2pipe: node-r2pipe (Node.js interface for radare2) node-r2pipe: node-r2pipe: A Node.js module to interact with radare2 using string-based node-r2pipe: commands via r_core_cmd_str(). This design avoids complex FFI node-r2pipe: overhead and is faster than using native APIs. node-r2pipe: node-r2pipe: It leverages JSON output for seamless integration with JS node-r2pipe: objects, eliminating the need to handle internal C data node-r2pipe: structures or pointers. Memory management is simplified, node-r2pipe: focusing only on the resulting command strings. node-r2pipe: