Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mixaill/FakePDB
/ functions
Functions
528 in github.com/Mixaill/FakePDB
⨍
Functions
528
◇
Types & classes
165
↓ 157 callers
Function
create
src_cpp/include/nlohmann/json.hpp:17401
↓ 122 callers
Method
write_character
src_cpp/include/nlohmann/json.hpp:12652
↓ 109 callers
Method
size
src_cpp/include/nlohmann/json.hpp:2691
↓ 57 callers
Method
end
return iterator end (needed for range-based for)
src_cpp/include/nlohmann/json.hpp:3947
↓ 52 callers
Method
begin
return iterator begin (needed for range-based for)
src_cpp/include/nlohmann/json.hpp:3941
↓ 46 callers
Function
get
src_cpp/include/nlohmann/json.hpp:3956
↓ 38 callers
Function
add
add a character to token_buffer
src_cpp/include/nlohmann/json.hpp:7272
↓ 38 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
src_cpp/include/nlohmann/json.hpp:11828
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
src_cpp/include/nlohmann/json.hpp:23411
↓ 35 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
src_cpp/include/nlohmann/json.hpp:11853
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
src_cpp/include/nlohmann/json.hpp:17830
↓ 31 callers
Method
parse_error
src_cpp/include/nlohmann/json.hpp:2463
↓ 26 callers
Method
key
src_cpp/include/nlohmann/json.hpp:5847
↓ 24 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
src_cpp/include/nlohmann/json.hpp:17710
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
src_cpp/include/nlohmann/json.hpp:19051
↓ 20 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11347
↓ 19 callers
Method
number_integer
src_cpp/include/nlohmann/json.hpp:5817
↓ 18 callers
Function
input_adapter
src_cpp/include/nlohmann/json.hpp:5088
↓ 18 callers
Method
sax_parse
src_cpp/include/nlohmann/json.hpp:10265
↓ 17 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
src_cpp/include/nlohmann/json.hpp:21037
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
src_cpp/include/nlohmann/json.hpp:10037
↓ 17 callers
Function
to_json
src_cpp/include/nlohmann/json.hpp:4213
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
src_cpp/include/nlohmann/json.hpp:19073
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
src_cpp/include/nlohmann/json.hpp:18892
↓ 15 callers
Function
combine
boost::hash_combine
src_cpp/include/nlohmann/json.hpp:4595
↓ 15 callers
Function
from_json
src_cpp/include/nlohmann/json.hpp:3426
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
src_cpp/include/nlohmann/json.hpp:7319
↓ 15 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
src_cpp/include/nlohmann/json.hpp:11782
↓ 14 callers
Method
find
src_cpp/include/nlohmann/json.hpp:16518
↓ 14 callers
Method
number_unsigned
src_cpp/include/nlohmann/json.hpp:5822
↓ 13 callers
Method
string
src_cpp/include/nlohmann/json.hpp:5832
↓ 11 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
src_cpp/include/nlohmann/json.hpp:20966
↓ 11 callers
Method
number_float
src_cpp/include/nlohmann/json.hpp:5827
↓ 11 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11394
↓ 10 callers
Method
boolean
src_cpp/include/nlohmann/json.hpp:5812
↓ 10 callers
Method
insert
src_cpp/include/nlohmann/json.hpp:16542
↓ 10 callers
Function
parser
src_cpp/include/nlohmann/json.hpp:16684
↓ 9 callers
Method
erase
src_cpp/include/nlohmann/json.hpp:16473
↓ 9 callers
Function
is_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
src_cpp/include/nlohmann/json.hpp:19117
↓ 8 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
src_cpp/include/nlohmann/json.hpp:15533
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
src_cpp/include/nlohmann/json.hpp:9890
↓ 7 callers
Method
end_array
src_cpp/include/nlohmann/json.hpp:5862
↓ 7 callers
Method
end_object
src_cpp/include/nlohmann/json.hpp:5852
↓ 7 callers
Method
start_array
src_cpp/include/nlohmann/json.hpp:5857
↓ 7 callers
Method
start_object
src_cpp/include/nlohmann/json.hpp:5842
↓ 6 callers
Method
has_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
src_cpp/include/nlohmann/json.hpp:4540
↓ 6 callers
Function
is_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
src_cpp/include/nlohmann/json.hpp:19095
↓ 6 callers
Method
null
src_cpp/include/nlohmann/json.hpp:5807
↓ 6 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
src_cpp/include/nlohmann/json.hpp:21713
↓ 6 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
src_cpp/include/nlohmann/json.hpp:4519
↓ 5 callers
Method
AddCommand
src_cpp/src/main.cpp:26
↓ 5 callers
Method
get_character
src_cpp/include/nlohmann/json.hpp:4770
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
src_cpp/include/nlohmann/json.hpp:10665
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
src_cpp/include/nlohmann/json.hpp:10196
↓ 4 callers
Method
GetCommandName
src_cpp/include/commands/command_pe_exports.h:27
↓ 4 callers
Method
__run_command
(self, args)
src_plugins/ida/fakepdb/native.py:55
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
src_cpp/include/nlohmann/json.hpp:10257
↓ 4 callers
Method
binary
src_cpp/include/nlohmann/json.hpp:5837
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
src_cpp/include/nlohmann/json.hpp:21077
↓ 4 callers
Function
destroy
src_cpp/include/nlohmann/json.hpp:17610
↓ 4 callers
Method
emplace
src_cpp/include/nlohmann/json.hpp:16424
↓ 4 callers
Function
empty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
src_cpp/include/nlohmann/json.hpp:21421
↓ 4 callers
Function
escape
escape "~" to "~0" and "/" to "~1"
src_cpp/include/nlohmann/json.hpp:12363
↓ 4 callers
Function
get_arithmetic_value
src_cpp/include/nlohmann/json.hpp:3440
↓ 4 callers
Method
get_binary
src_cpp/include/nlohmann/json.hpp:10000
↓ 4 callers
Method
get_string
src_cpp/include/nlohmann/json.hpp:9967
↓ 4 callers
Function
insert_iterator
src_cpp/include/nlohmann/json.hpp:21984
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
src_cpp/include/nlohmann/json.hpp:18914
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
src_cpp/include/nlohmann/json.hpp:12351
↓ 3 callers
Method
GetSectionIndexForRVA
src_cpp/src/pe/pe_file.cpp:77
↓ 3 callers
Method
GetSectionOffsetForRVA
src_cpp/src/pe/pe_file.cpp:91
↓ 3 callers
Method
__add_bytes
(self, bytes_ea, bytes_count)
src_plugins/ida/fakepdb/signature_finder.py:60
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
src_cpp/include/nlohmann/json.hpp:21006
↓ 3 callers
Method
dump_info
(self, filepath)
src_plugins/ida/fakepdb/dumpinfo.py:41
↓ 3 callers
Method
empty
src_cpp/include/data/general.h:19
↓ 3 callers
Function
is_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
src_cpp/include/nlohmann/json.hpp:19029
↓ 3 callers
Function
is_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
src_cpp/include/nlohmann/json.hpp:18973
↓ 3 callers
Method
moved_or_copied
src_cpp/include/nlohmann/json.hpp:12565
↓ 3 callers
Method
set_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:10977
↓ 3 callers
Function
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
src_cpp/include/nlohmann/json.hpp:7245
↓ 2 callers
Method
GetCommandUsage
src_cpp/include/commands/command_pe_exports.h:31
↓ 2 callers
Method
GetPdbAge
src_cpp/src/pe/pe_file.cpp:43
↓ 2 callers
Method
GetPdbGuid
src_cpp/src/pe/pe_file.cpp:31
↓ 2 callers
Function
compute_boundaries
src_cpp/include/nlohmann/json.hpp:14521
↓ 2 callers
Function
emplace
src_cpp/include/nlohmann/json.hpp:21954
↓ 2 callers
Function
find
src_cpp/include/nlohmann/json.hpp:20812
↓ 2 callers
Function
from_json_array_impl
src_cpp/include/nlohmann/json.hpp:3574
↓ 2 callers
Function
get_impl_ptr
get a pointer to the value (object)
src_cpp/include/nlohmann/json.hpp:19194
↓ 2 callers
Function
grisu2
src_cpp/include/nlohmann/json.hpp:15162
↓ 2 callers
Function
grisu2_round
src_cpp/include/nlohmann/json.hpp:14880
↓ 2 callers
Method
is_end
return whether the iterator is at end
src_cpp/include/nlohmann/json.hpp:10671
↓ 2 callers
Method
is_errored
src_cpp/include/nlohmann/json.hpp:5453
↓ 2 callers
Function
is_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
src_cpp/include/nlohmann/json.hpp:19001
↓ 2 callers
Function
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src_cpp/include/nlohmann/json.hpp:7681
↓ 2 callers
Function
reset
reset token_buffer; current character is beginning of token
src_cpp/include/nlohmann/json.hpp:7191
↓ 2 callers
Method
set_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:10940
↓ 2 callers
Method
set_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
src_cpp/include/nlohmann/json.hpp:4492
↓ 2 callers
Function
size
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
src_cpp/include/nlohmann/json.hpp:21494
↓ 2 callers
Function
skip_whitespace
src_cpp/include/nlohmann/json.hpp:7371
↓ 2 callers
Function
swap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
src_cpp/include/nlohmann/json.hpp:22359
next →
1–100 of 528, ranked by callers