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