libr
Description:
Content:
Namespaces:
-
Radare
Classes:
Structs:
Enums:
Delegates:
-
RStr
Methods:
-
public unowned
string rwx_i (int rwx)
-
public
int hash (string str)
-
public
int write (int fd, string str)
-
public
int rwx (string str)
-
public void subchr (ref
string str, int a, int b)
-
public
int ansi_len (string str)
-
public
int ansi_filter (ref string str, int len)
-
RFile
Methods:
-
public
bool rm (string file)
-
public
string tmpdir ()
-
public
string temp (string prefix)
-
public
string slurp (string file, out int osz = null)
-
public
string slurp_range (string file, uint64 off, int sz, out int osz = null)
-
public
int dump (string file, uint8* buf, int len)
-
public unowned
string basename (string path)
-
public
string abspath (string path)
-
public
bool exist (string file)
-
public
bool slurp_line (string file, int line, int ctx)
-
RLog
Methods:
-
public void msg (
string str)
-
public void error (
string str)
-
public void file (
string str)
-
public void progress (
string str, int pc)
-
RHex
Methods:
-
public
int str2bin (string input, uint8* buf)
-
public
int bin2str (uint8* buf, int len, out string str)
-
public
string bin2strdup (uint8* buf, int len)
-
RSystem
Methods:
-
public
int sleep (int secs)
-
public
int usleep (int usecs)
-
public
string getenv (string key)
-
public
bool setenv (string key, string val)
-
public
int cmd (string command)
-
public
string cmd_str (string command, string? input = null, out int len = null)
-
public void backtrace ()
Classes: