Radare.RLang – libr Reference Manual
Packages
libr
Radare
RLang
Plugin
RLang
add
define
get_by_extension
get_by_name
list
prompt
run
run_file
set_argv
undef
use
cur
RLang
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"RLang"
, cprefix =
"r_lang_"
, free_function =
"r_lang_free"
) ]
public
class
RLang
Namespace:
Radare
Package:
libr
Content:
Classes:
Plugin
Creation methods:
public
RLang
()
Methods:
public
bool
add
(
Plugin
plugin)
public
bool
define
(
string
type,
string
name,
void
* ptr)
public
Plugin
get_by_extension
(
string
file)
public
Plugin
get_by_name
(
string
file)
public
bool
list
()
public
bool
prompt
()
public
bool
run
(
string
code,
int
len)
public
bool
run_file
(
string
file)
public
bool
set_argv
(
int
argc,
char
** argv)
public
void
undef
(
string
name)
public
bool
use
(
string
name)
Fields:
public
Plugin
cur