MCPcopy Create free account

hub / github.com/Ahmeth4n/renef / functions

Functions1,194 in github.com/Ahmeth4n/renef

Functionlua_syscall_trace_all
src/agent/lua/api_strace.c:108
Functionlua_syscall_untrace
src/agent/lua/api_strace.c:132
Functionlua_thread_backtrace
src/agent/lua/api_thread.c:172
Functionlua_thread_id
src/agent/lua/api_thread.c:221
Functionmain
src/inject/injector.cpp:674
Functionmain
src/server/main.cpp:30
Functionmain
src/binr/renef/main.cpp:1397
Functionmain
src/binr/renef-strace/main.cpp:355
Functionmake_array
external/json.hpp:3349
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
external/json.hpp:23025
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
external/json.hpp:25184
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
external/json.hpp:17702
Functionnative_invoke_callback
src/agent/lua/api_java.c:245
Functionnativized_method_stub
src/agent/hook/java.c:50
Methodnavigate_history
src/binr/renef/tui/tabs/console_tab.cpp:525
Methodnext_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
Methodnonesuch
external/json.hpp:282
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
external/json.hpp:17767
Methodnormalize_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
Methodnull
external/json.hpp:8843
Methodnull
external/json.hpp:9151
Methodnumber_float
external/json.hpp:8867
Methodnumber_float
external/json.hpp:9175
Methodnumber_integer
external/json.hpp:8855
Methodnumber_integer
external/json.hpp:9163
Methodnumber_unsigned
external/json.hpp:8861
Methodnumber_unsigned
external/json.hpp:9169
Functionoperator "" _json
external/json.hpp:25232
Functionoperator "" _json_pointer
external/json.hpp:25244
Functionoperator!=
external/json.hpp:6234
Methodoperator!=
inequality operator (needed for range-based for)
external/json.hpp:5533
Functionoperator()
external/json.hpp:25266
Methodoperator()
external/json.hpp:5339
Methodoperator()
external/json.hpp:6105
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
external/json.hpp:25280
Methodoperator+
external/json.hpp:13473
Methodoperator++
external/json.hpp:5518
Methodoperator++
external/json.hpp:13491
Methodoperator++
post-increment (it++)
external/json.hpp:14384
Methodoperator-
external/json.hpp:13480
Methodoperator-
subtract from iterator
external/json.hpp:14420
Methodoperator--
external/json.hpp:13504
Methodoperator--
post-decrement (it--)
external/json.hpp:14396
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.hpp:13882
Methodoperator->
external/json.hpp:15563
Methodoperator<
external/json.hpp:13468
Functionoperator<=
! @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
Functionoperator<=>
external/json.hpp:15373
Methodoperator=
external/json.hpp:286
Functionoperator==
external/json.hpp:14027
Methodoperator==
equality operator (needed for InputIterator)
external/json.hpp:5527
Functionoperator>
! @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
Functionoperator>=
! @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
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.hpp:14251
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
external/json.hpp:19763
Methodoutput_adapter
external/json.hpp:15741
Methodoutput_adapter_protocol
external/json.hpp:15651
Methodoutput_stream_adapter
external/json.hpp:15692
Methodoutput_string_adapter
external/json.hpp:15717
Methodoutput_vector_adapter
external/json.hpp:15667
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
external/json.hpp:14649
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_error
external/json.hpp:8976
Methodparse_error
external/json.hpp:9371
Methodparse_error
external/json.hpp:9629
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
external/json.hpp:10980
Methodparse_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
Methodparser
a parser reading from an input adapter
external/json.hpp:12929
Functionpatch_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
Methodpid
Get target process ID
bindings/python/renef/core.py:432
Methodposition_string
external/json.hpp:4670
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
external/json.hpp:22859
Methodread
Read raw bytes from memory
bindings/python/renef/core.py:46
Methodread_string
Read null-terminated string
bindings/python/renef/core.py:79
Methodread_u16
Read unsigned 16-bit value
bindings/python/renef/core.py:67
Methodread_u32
Read unsigned 32-bit value
bindings/python/renef/core.py:71
Methodread_u64
Read unsigned 64-bit value
bindings/python/renef/core.py:75
Methodread_u8
Read unsigned 8-bit value
bindings/python/renef/core.py:63
Methodreceive_data
src/librenef/transport/server.cpp:28
Methodreceive_data
src/librenef/transport/tcp.cpp:133
Methodreceive_data
src/librenef/transport/uds.cpp:132
Methodrefresh_hooks
src/binr/renef/tui/tabs/hooks_tab.cpp:119
Methodrefresh_modules
src/binr/renef/tui/tabs/modules_tab.cpp:172
Functionreinterpret_bits
external/json.hpp:17668
Functionren_plugin_close
examples/plugins/test_plugin.c:43
Functionren_plugin_exec
examples/plugins/test_plugin.c:24
Functionren_plugin_init
examples/plugins/test_plugin.c:19
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
external/json.hpp:22873
Functionrenef_attach
src/librenef/binding/renef.cpp:122
Functionrenef_hook
src/librenef/binding/renef.cpp:291
Functionrenef_hook_java
Java hook
src/librenef/binding/renef.cpp:510
Functionrenef_hooks_list
src/librenef/binding/renef.cpp:532
Functionrenef_load_script
src/librenef/binding/renef.cpp:178
Functionrenef_memscan
src/librenef/binding/renef.cpp:205
Functionrenef_module_exports
src/librenef/binding/renef.cpp:342
Functionrenef_module_find
src/librenef/binding/renef.cpp:222
← previousnext →901–1,000 of 1,194, ranked by callers