MCPcopy Create free account

hub / github.com/Ahmeth4n/renef / functions

Functions1,194 in github.com/Ahmeth4n/renef

Functionrenef_module_list
Module API
src/librenef/binding/renef.cpp:331
Functionrenef_module_symbols
src/librenef/binding/renef.cpp:353
Functionrenef_read_memory
src/librenef/binding/renef.cpp:237
Functionrenef_read_string
src/librenef/binding/renef.cpp:425
Functionrenef_read_u16
src/librenef/binding/renef.cpp:380
Functionrenef_read_u32
src/librenef/binding/renef.cpp:395
Functionrenef_read_u64
src/librenef/binding/renef.cpp:410
Functionrenef_read_u8
Memory read helpers
src/librenef/binding/renef.cpp:365
Functionrenef_session_close
src/librenef/binding/renef.cpp:146
Functionrenef_session_pid
src/librenef/binding/renef.cpp:156
Functionrenef_spawn
src/librenef/binding/renef.cpp:94
Functionrenef_thread_backtrace
Thread API
src/librenef/binding/renef.cpp:487
Functionrenef_thread_id
src/librenef/binding/renef.cpp:497
Functionrenef_unhook
src/librenef/binding/renef.cpp:317
Functionrenef_watch_start
src/librenef/binding/renef.cpp:548
Functionrenef_write_memory
src/librenef/binding/renef.cpp:269
Functionrenef_write_u16
src/librenef/binding/renef.cpp:450
Functionrenef_write_u32
src/librenef/binding/renef.cpp:462
Functionrenef_write_u64
src/librenef/binding/renef.cpp:474
Functionrenef_write_u8
Memory write helpers
src/librenef/binding/renef.cpp:438
Methodsax_parse_internal
external/json.hpp:13038
Functionscan
external/json.hpp:8540
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
external/json.hpp:7867
Methodscan_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
Methodscan_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
Functionsegfault_handler
src/agent/handlers/memdump.c:15
Methodsend_data
src/librenef/transport/server.cpp:24
Methodsend_data
src/librenef/transport/tcp.cpp:106
Methodsend_data
src/librenef/transport/uds.cpp:105
Methodserializer
! @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
MethodsetUp
(self)
bindings/python/tests/test_api.py:57
MethodsetUp
(self)
bindings/python/tests/test_api.py:115
MethodsetUp
(self)
bindings/python/tests/test_api.py:171
MethodsetUp
(self)
bindings/python/tests/test_api.py:208
MethodsetUp
(self)
bindings/python/tests/test_api.py:267
MethodsetUp
(self)
bindings/python/tests/test_api.py:315
Methodset_client_fd
src/librenef/transport/uds.h:40
Methodset_client_fd
src/librenef/transport/tcp.h:39
Functionset_current_hook_index
src/agent/hook/native.c:606
Functionset_end
external/json.hpp:13605
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
external/json.hpp:6241
Methodshow_exports
src/binr/renef/tui/tabs/modules_tab.cpp:180
Functionsignal_handler
src/binr/renef-strace/main.cpp:157
Functionsimple_add_history
src/binr/renef/main.cpp:90
Functionsimple_readline
src/binr/renef/main.cpp:96
Methodspan_input_adapter
external/json.hpp:6977
Methodstart_array
external/json.hpp:8936
Methodstart_array
external/json.hpp:9292
Methodstart_object
external/json.hpp:8885
Methodstart_object
external/json.hpp:9193
Methodstart_watching
src/binr/renef/tui/tabs/logs_tab.cpp:122
Methodstop
Stop syscall tracing
bindings/python/renef/core.py:333
Functionstrace_get_original
src/agent/strace/strace.c:439
Functionstrace_get_skip_retval
src/agent/strace/strace.c:450
Functionstrace_hook_handler
src/agent/strace/strace.c:454
Functionstrace_on_enter
src/agent/strace/strace.c:228
Functionstrace_on_return
src/agent/strace/strace.c:361
Functionstrace_set_current_index
src/agent/strace/strace.c:224
Methodstring
external/json.hpp:8873
Methodstring
external/json.hpp:9181
Methodstring 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
Methodstrtof
external/json.hpp:7935
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
external/json.hpp:17690
Methodsubmit_command
src/binr/renef/tui/tabs/console_tab.cpp:223
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
external/json.hpp:6249
Methodswitch
external/json.hpp:19126
Methodsymbols
Get all symbols from module Returns: List of {offset: int, name: str}
bindings/python/renef/core.py:167
MethodtearDown
(self)
bindings/python/tests/test_api.py:324
Methodtest
external/json.hpp:4215
Methodtest
external/json.hpp:4225
Methodtest
external/json.hpp:4235
Methodtest
external/json.hpp:4245
Methodtest
external/json.hpp:4261
Methodtest
external/json.hpp:4270
Methodtest_close_idempotent
(self)
bindings/python/tests/test_api.py:389
Methodtest_collect
(self)
bindings/python/tests/test_api.py:234
Methodtest_collect_nil
(self)
bindings/python/tests/test_api.py:241
Methodtest_count
(self)
bindings/python/tests/test_api.py:246
Methodtest_count_no_kcov
(self)
bindings/python/tests/test_api.py:251
Methodtest_eval_closed_session
(self)
bindings/python/tests/test_api.py:340
Methodtest_eval_failure
(self)
bindings/python/tests/test_api.py:334
Methodtest_eval_success
(self)
bindings/python/tests/test_api.py:327
Methodtest_exists_false
(self)
bindings/python/tests/test_api.py:133
Methodtest_exists_true
(self)
bindings/python/tests/test_api.py:129
Methodtest_fdpath
(self)
bindings/python/tests/test_api.py:147
Methodtest_fdpath_nil
(self)
bindings/python/tests/test_api.py:152
Methodtest_file_property_returns_file
(self)
bindings/python/tests/test_api.py:274
Methodtest_getpid
(self)
bindings/python/tests/test_api.py:61
Methodtest_getpid_failure
(self)
bindings/python/tests/test_api.py:67
Methodtest_hook
(self)
bindings/python/tests/test_api.py:346
Methodtest_hook_closed
(self)
bindings/python/tests/test_api.py:351
Methodtest_hook_java
(self)
bindings/python/tests/test_api.py:356
Methodtest_hooks_list
(self)
bindings/python/tests/test_api.py:384
Methodtest_kcov_property_returns_kcov
(self)
bindings/python/tests/test_api.py:280
Methodtest_kill
(self)
bindings/python/tests/test_api.py:72
Methodtest_kill_invalid
(self)
bindings/python/tests/test_api.py:78
Methodtest_listdir
(self)
bindings/python/tests/test_api.py:89
Methodtest_listdir_empty
(self)
bindings/python/tests/test_api.py:99
Methodtest_listdir_eval_failure
(self)
bindings/python/tests/test_api.py:104
Methodtest_listdir_nil
(self)
bindings/python/tests/test_api.py:94
← previousnext →1,001–1,100 of 1,194, ranked by callers