load without any analysis (file header at offset 0x0): r2 -n /path/to/file
- analyze all:
aa - show sections:
iS - list functions:
afl - list imports:
ii - list entrypoints:
ie - seek to function:
s sym.main
| # /etc/modprobe.d/nvidia.conf | |
| # | |
| # NVIDIA Linux kernel module options. | |
| # Last audited against: open-gpu-kernel-modules 595.71.05 | |
| # | |
| # Parameter types: all parameters are NvU32 (uint) unless noted as "string". | |
| # The Linux kernel module_param() system accepts hex notation (0x...) for uint | |
| # parameters; decimal and hex are both valid and equivalent. | |
| # | |
| # Some options are experimental or reserved for internal testing. Defaults may |
| var redis = require("redis") | |
| , subscriber = redis.createClient() | |
| , publisher = redis.createClient(); | |
| subscriber.on("message", function(channel, message) { | |
| console.log("Message '" + message + "' on channel '" + channel + "' arrived!") | |
| }); | |
| subscriber.subscribe("test"); |