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
get_character
external/json.hpp:6514
Method
get_character
external/json.hpp:6615
Method
get_character
external/json.hpp:6793
Method
get_client_fd
src/librenef/transport/uds.h:42
Method
get_client_fd
src/librenef/transport/tcp.h:41
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
external/json.hpp:7192
Function
get_current_trampoline
src/agent/hook/native.c:758
Method
get_decimal_point
return the locale-dependent decimal point
external/json.hpp:7165
Method
get_description
src/librenef/plugin/plugin.cpp:29
Method
get_description
src/librenef/cmd/cmd_load.cpp:34
Method
get_description
src/librenef/cmd/cmd_spawn.cpp:87
Method
get_description
src/librenef/cmd/cmd_memscan.cpp:71
Method
get_description
src/librenef/cmd/cmd_memscan.cpp:174
Method
get_description
src/librenef/cmd/cmd_ai.cpp:320
Method
get_description
src/librenef/cmd/cmd_memdump.cpp:16
Method
get_description
src/librenef/cmd/cmd_hookgen.cpp:32
Method
get_description
src/librenef/cmd/cmd_hooks.cpp:15
Method
get_description
src/librenef/cmd/cmd_hooks.cpp:65
Method
get_description
src/librenef/cmd/cmd_hooks.cpp:118
Method
get_description
src/librenef/cmd/cmd_resume.cpp:11
Method
get_description
src/librenef/cmd/cmd_plugin.cpp:12
Method
get_description
src/librenef/cmd/cmd_strace.cpp:20
Method
get_description
src/librenef/cmd/cmd_ping.cpp:11
Method
get_description
src/librenef/cmd/cmd_inspect.cpp:18
Method
get_description
src/librenef/cmd/cmd_watch.cpp:20
Method
get_description
src/librenef/cmd/cmd_sec.cpp:14
Method
get_description
src/librenef/cmd/cmd_attach.cpp:108
Method
get_description
src/librenef/cmd/cmd_list.cpp:20
Function
get_elements
external/json.hpp:6521
Method
get_elements
external/json.hpp:6629
Method
get_elements
external/json.hpp:6812
Function
get_error_message
return syntax error message
external/json.hpp:8503
Method
get_fd
src/librenef/transport/tcp.h:36
Method
get_host
src/librenef/util/server_connection.cpp:172
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
external/json.hpp:12585
Function
get_impl
external/json.hpp:21689
Function
get_java_hook_original_entry
src/agent/hook/java.c:2108
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
external/json.hpp:11555
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
external/json.hpp:11444
Method
get_msgpack_float_prefix
external/json.hpp:17055
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
external/json.hpp:11577
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
external/json.hpp:11361
Method
get_name
src/librenef/plugin/plugin.cpp:28
Method
get_name
src/librenef/cmd/cmd_load.cpp:30
Method
get_name
src/librenef/cmd/cmd_spawn.cpp:85
Method
get_name
src/librenef/cmd/cmd_memscan.cpp:67
Method
get_name
src/librenef/cmd/cmd_memscan.cpp:170
Method
get_name
src/librenef/cmd/cmd_ai.cpp:318
Method
get_name
src/librenef/cmd/cmd_memdump.cpp:12
Method
get_name
src/librenef/cmd/cmd_hookgen.cpp:28
Method
get_name
src/librenef/cmd/cmd_hooks.cpp:11
Method
get_name
src/librenef/cmd/cmd_hooks.cpp:61
Method
get_name
src/librenef/cmd/cmd_hooks.cpp:114
Method
get_name
src/librenef/cmd/cmd_resume.cpp:9
Method
get_name
src/librenef/cmd/cmd_plugin.cpp:8
Method
get_name
src/librenef/cmd/cmd_strace.cpp:16
Method
get_name
src/librenef/cmd/cmd_ping.cpp:7
Method
get_name
src/librenef/cmd/cmd_inspect.cpp:14
Method
get_name
src/librenef/cmd/cmd_watch.cpp:16
Method
get_name
src/librenef/cmd/cmd_sec.cpp:10
Method
get_name
src/librenef/cmd/cmd_attach.cpp:106
Method
get_name
src/librenef/cmd/cmd_list.cpp:16
Method
get_number
external/json.hpp:12634
Function
get_number_float
return floating-point value
external/json.hpp:8450
Function
get_number_unsigned
external/json.hpp:8444
Method
get_port
src/librenef/transport/tcp.h:42
Method
get_port
src/librenef/util/server_connection.cpp:176
Function
get_position
return position of last read token
external/json.hpp:8471
Function
get_ref
external/json.hpp:21875
Function
get_ref_impl
external/json.hpp:21564
Method
get_server_fd
src/librenef/transport/uds.h:41
Method
get_server_fd
src/librenef/transport/tcp.h:40
Method
get_session_key
src/librenef/util/socket.cpp:148
Method
get_socket_fd
src/librenef/util/server_connection.cpp:180
Method
get_suggestions
src/binr/renef/tui/tabs/console_tab.cpp:205
Method
get_to
external/json.hpp:12568
Method
get_token
get next token from lexer
external/json.hpp:13331
Method
get_transport
* Get underlying transport * @return Transport pointer */
src/librenef/transport/server.h:69
Method
get_type
src/librenef/transport/tcp.h:35
Method
get_ubjson_array
! @return whether array creation completed */
external/json.hpp:12276
Method
get_ubjson_float_prefix
external/json.hpp:17356
Method
get_ubjson_high_precision_number
external/json.hpp:12474
Method
get_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
external/json.hpp:11728
Method
get_ubjson_object
! @return whether object creation completed */
external/json.hpp:12391
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
external/json.hpp:12016
Method
get_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
external/json.hpp:11793
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
external/json.hpp:11633
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
external/json.hpp:12083
Function
got_scan_callback
src/agent/hook/native.c:118
Method
handle_color
src/binr/renef/tui/tabs/console_tab.cpp:454
Method
handle_command
src/librenef/transport/server.cpp:90
Method
handle_diagnostic_positions_for_json_value
external/json.hpp:8996
Method
handle_diagnostic_positions_for_json_value
external/json.hpp:9391
Method
handle_help
src/binr/renef/tui/tabs/console_tab.cpp:435
Method
handle_value
external/json.hpp:9470
Function
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
external/json.hpp:6256
Function
hook_logger
src/agent/hook/native.c:611
Function
icache_flush_signal_handler
src/agent/core/agent.c:645
Method
id
Get current thread ID
bindings/python/renef/core.py:195
Function
init
src/agent/core/agent.c:656
← previous
next →
701–800 of 1,194, ranked by callers