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
lua_syscall_trace_all
src/agent/lua/api_strace.c:108
Function
lua_syscall_untrace
src/agent/lua/api_strace.c:132
Function
lua_thread_backtrace
src/agent/lua/api_thread.c:172
Function
lua_thread_id
src/agent/lua/api_thread.c:221
Function
main
src/inject/injector.cpp:674
Function
main
src/server/main.cpp:30
Function
main
src/binr/renef/main.cpp:1397
Function
main
src/binr/renef-strace/main.cpp:355
Function
make_array
external/json.hpp:3349
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
external/json.hpp:23025
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
external/json.hpp:25184
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
external/json.hpp:17702
Function
native_invoke_callback
src/agent/lua/api_java.c:245
Function
nativized_method_stub
src/agent/hook/java.c:50
Method
navigate_history
src/binr/renef/tui/tabs/console_tab.cpp:525
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
external/json.hpp:7240
Method
nonesuch
external/json.hpp:282
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
external/json.hpp:17767
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
external/json.hpp:17784
Method
null
external/json.hpp:8843
Method
null
external/json.hpp:9151
Method
number_float
external/json.hpp:8867
Method
number_float
external/json.hpp:9175
Method
number_integer
external/json.hpp:8855
Method
number_integer
external/json.hpp:9163
Method
number_unsigned
external/json.hpp:8861
Method
number_unsigned
external/json.hpp:9169
Function
operator "" _json
external/json.hpp:25232
Function
operator "" _json_pointer
external/json.hpp:25244
Function
operator!=
external/json.hpp:6234
Method
operator!=
inequality operator (needed for range-based for)
external/json.hpp:5533
Function
operator()
external/json.hpp:25266
Method
operator()
external/json.hpp:5339
Method
operator()
external/json.hpp:6105
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
external/json.hpp:25280
Method
operator+
external/json.hpp:13473
Method
operator++
external/json.hpp:5518
Method
operator++
external/json.hpp:13491
Method
operator++
post-increment (it++)
external/json.hpp:14384
Method
operator-
external/json.hpp:13480
Method
operator-
subtract from iterator
external/json.hpp:14420
Method
operator--
external/json.hpp:13504
Method
operator--
post-decrement (it--)
external/json.hpp:14396
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.hpp:13882
Method
operator->
external/json.hpp:15563
Method
operator<
external/json.hpp:13468
Function
operator<=
! @brief comparison: less than or equal @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-i
external/json.hpp:14116
Function
operator<=>
external/json.hpp:15373
Method
operator=
external/json.hpp:286
Function
operator==
external/json.hpp:14027
Method
operator==
equality operator (needed for InputIterator)
external/json.hpp:5527
Function
operator>
! @brief comparison: greater than @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-initial
external/json.hpp:14125
Function
operator>=
! @brief comparison: greater than or equal @pre (1) The iterator is initialized; i.e. `m_object != nullptr`, or (2) both iterators are value-i
external/json.hpp:14134
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.hpp:14251
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
external/json.hpp:19763
Method
output_adapter
external/json.hpp:15741
Method
output_adapter_protocol
external/json.hpp:15651
Method
output_stream_adapter
external/json.hpp:15692
Method
output_string_adapter
external/json.hpp:15717
Method
output_vector_adapter
external/json.hpp:15667
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
external/json.hpp:14649
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
external/json.hpp:10174
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
external/json.hpp:10050
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
external/json.hpp:10136
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
external/json.hpp:9946
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
external/json.hpp:10204
Method
parse_error
external/json.hpp:8976
Method
parse_error
external/json.hpp:9371
Method
parse_error
external/json.hpp:9629
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
external/json.hpp:10980
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
external/json.hpp:11614
Method
parser
a parser reading from an input adapter
external/json.hpp:12929
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
external/json.hpp:24761
Method
pid
Get target process ID
bindings/python/renef/core.py:432
Method
position_string
external/json.hpp:4670
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
external/json.hpp:22859
Method
read
Read raw bytes from memory
bindings/python/renef/core.py:46
Method
read_string
Read null-terminated string
bindings/python/renef/core.py:79
Method
read_u16
Read unsigned 16-bit value
bindings/python/renef/core.py:67
Method
read_u32
Read unsigned 32-bit value
bindings/python/renef/core.py:71
Method
read_u64
Read unsigned 64-bit value
bindings/python/renef/core.py:75
Method
read_u8
Read unsigned 8-bit value
bindings/python/renef/core.py:63
Method
receive_data
src/librenef/transport/server.cpp:28
Method
receive_data
src/librenef/transport/tcp.cpp:133
Method
receive_data
src/librenef/transport/uds.cpp:132
Method
refresh_hooks
src/binr/renef/tui/tabs/hooks_tab.cpp:119
Method
refresh_modules
src/binr/renef/tui/tabs/modules_tab.cpp:172
Function
reinterpret_bits
external/json.hpp:17668
Function
ren_plugin_close
examples/plugins/test_plugin.c:43
Function
ren_plugin_exec
examples/plugins/test_plugin.c:24
Function
ren_plugin_init
examples/plugins/test_plugin.c:19
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
external/json.hpp:22873
Function
renef_attach
src/librenef/binding/renef.cpp:122
Function
renef_hook
src/librenef/binding/renef.cpp:291
Function
renef_hook_java
Java hook
src/librenef/binding/renef.cpp:510
Function
renef_hooks_list
src/librenef/binding/renef.cpp:532
Function
renef_load_script
src/librenef/binding/renef.cpp:178
Function
renef_memscan
src/librenef/binding/renef.cpp:205
Function
renef_module_exports
src/librenef/binding/renef.cpp:342
Function
renef_module_find
src/librenef/binding/renef.cpp:222
← previous
next →
901–1,000 of 1,194, ranked by callers