Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ahmeth4n/renef
/ functions
Functions
1,194 in github.com/Ahmeth4n/renef
⨍
Functions
1,194
◇
Types & classes
336
Function
renef_module_list
Module API
src/librenef/binding/renef.cpp:331
Function
renef_module_symbols
src/librenef/binding/renef.cpp:353
Function
renef_read_memory
src/librenef/binding/renef.cpp:237
Function
renef_read_string
src/librenef/binding/renef.cpp:425
Function
renef_read_u16
src/librenef/binding/renef.cpp:380
Function
renef_read_u32
src/librenef/binding/renef.cpp:395
Function
renef_read_u64
src/librenef/binding/renef.cpp:410
Function
renef_read_u8
Memory read helpers
src/librenef/binding/renef.cpp:365
Function
renef_session_close
src/librenef/binding/renef.cpp:146
Function
renef_session_pid
src/librenef/binding/renef.cpp:156
Function
renef_spawn
src/librenef/binding/renef.cpp:94
Function
renef_thread_backtrace
Thread API
src/librenef/binding/renef.cpp:487
Function
renef_thread_id
src/librenef/binding/renef.cpp:497
Function
renef_unhook
src/librenef/binding/renef.cpp:317
Function
renef_watch_start
src/librenef/binding/renef.cpp:548
Function
renef_write_memory
src/librenef/binding/renef.cpp:269
Function
renef_write_u16
src/librenef/binding/renef.cpp:450
Function
renef_write_u32
src/librenef/binding/renef.cpp:462
Function
renef_write_u64
src/librenef/binding/renef.cpp:474
Function
renef_write_u8
Memory write helpers
src/librenef/binding/renef.cpp:438
Method
sax_parse_internal
external/json.hpp:13038
Function
scan
external/json.hpp:8540
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
external/json.hpp:7867
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
external/json.hpp:7992
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
external/json.hpp:7277
Function
segfault_handler
src/agent/handlers/memdump.c:15
Method
send_data
src/librenef/transport/server.cpp:24
Method
send_data
src/librenef/transport/tcp.cpp:106
Method
send_data
src/librenef/transport/uds.cpp:105
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
external/json.hpp:18788
Method
setUp
(self)
bindings/python/tests/test_api.py:57
Method
setUp
(self)
bindings/python/tests/test_api.py:115
Method
setUp
(self)
bindings/python/tests/test_api.py:171
Method
setUp
(self)
bindings/python/tests/test_api.py:208
Method
setUp
(self)
bindings/python/tests/test_api.py:267
Method
setUp
(self)
bindings/python/tests/test_api.py:315
Method
set_client_fd
src/librenef/transport/uds.h:40
Method
set_client_fd
src/librenef/transport/tcp.h:39
Function
set_current_hook_index
src/agent/hook/native.c:606
Function
set_end
external/json.hpp:13605
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
external/json.hpp:6241
Method
show_exports
src/binr/renef/tui/tabs/modules_tab.cpp:180
Function
signal_handler
src/binr/renef-strace/main.cpp:157
Function
simple_add_history
src/binr/renef/main.cpp:90
Function
simple_readline
src/binr/renef/main.cpp:96
Method
span_input_adapter
external/json.hpp:6977
Method
start_array
external/json.hpp:8936
Method
start_array
external/json.hpp:9292
Method
start_object
external/json.hpp:8885
Method
start_object
external/json.hpp:9193
Method
start_watching
src/binr/renef/tui/tabs/logs_tab.cpp:122
Method
stop
Stop syscall tracing
bindings/python/renef/core.py:333
Function
strace_get_original
src/agent/strace/strace.c:439
Function
strace_get_skip_retval
src/agent/strace/strace.c:450
Function
strace_hook_handler
src/agent/strace/strace.c:454
Function
strace_on_enter
src/agent/strace/strace.c:228
Function
strace_on_return
src/agent/strace/strace.c:361
Function
strace_set_current_index
src/agent/strace/strace.c:224
Method
string
external/json.hpp:8873
Method
string
external/json.hpp:9181
Method
string to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
external/json.hpp:25215
Method
strtof
external/json.hpp:7935
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
external/json.hpp:17690
Method
submit_command
src/binr/renef/tui/tabs/console_tab.cpp:223
Function
subtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
external/json.hpp:6249
Method
switch
external/json.hpp:19126
Method
symbols
Get all symbols from module Returns: List of {offset: int, name: str}
bindings/python/renef/core.py:167
Method
tearDown
(self)
bindings/python/tests/test_api.py:324
Method
test
external/json.hpp:4215
Method
test
external/json.hpp:4225
Method
test
external/json.hpp:4235
Method
test
external/json.hpp:4245
Method
test
external/json.hpp:4261
Method
test
external/json.hpp:4270
Method
test_close_idempotent
(self)
bindings/python/tests/test_api.py:389
Method
test_collect
(self)
bindings/python/tests/test_api.py:234
Method
test_collect_nil
(self)
bindings/python/tests/test_api.py:241
Method
test_count
(self)
bindings/python/tests/test_api.py:246
Method
test_count_no_kcov
(self)
bindings/python/tests/test_api.py:251
Method
test_eval_closed_session
(self)
bindings/python/tests/test_api.py:340
Method
test_eval_failure
(self)
bindings/python/tests/test_api.py:334
Method
test_eval_success
(self)
bindings/python/tests/test_api.py:327
Method
test_exists_false
(self)
bindings/python/tests/test_api.py:133
Method
test_exists_true
(self)
bindings/python/tests/test_api.py:129
Method
test_fdpath
(self)
bindings/python/tests/test_api.py:147
Method
test_fdpath_nil
(self)
bindings/python/tests/test_api.py:152
Method
test_file_property_returns_file
(self)
bindings/python/tests/test_api.py:274
Method
test_getpid
(self)
bindings/python/tests/test_api.py:61
Method
test_getpid_failure
(self)
bindings/python/tests/test_api.py:67
Method
test_hook
(self)
bindings/python/tests/test_api.py:346
Method
test_hook_closed
(self)
bindings/python/tests/test_api.py:351
Method
test_hook_java
(self)
bindings/python/tests/test_api.py:356
Method
test_hooks_list
(self)
bindings/python/tests/test_api.py:384
Method
test_kcov_property_returns_kcov
(self)
bindings/python/tests/test_api.py:280
Method
test_kill
(self)
bindings/python/tests/test_api.py:72
Method
test_kill_invalid
(self)
bindings/python/tests/test_api.py:78
Method
test_listdir
(self)
bindings/python/tests/test_api.py:89
Method
test_listdir_empty
(self)
bindings/python/tests/test_api.py:99
Method
test_listdir_eval_failure
(self)
bindings/python/tests/test_api.py:104
Method
test_listdir_nil
(self)
bindings/python/tests/test_api.py:94
← previous
next →
1,001–1,100 of 1,194, ranked by callers