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
Method
PdbCreator
src_cpp/src/pdb/pdb_creator.cpp:37
Method
PeFile
src_cpp/src/pe/pe_file.cpp:24
Method
Run
src_cpp/include/commands/command_pe_timestamp.h:31
Method
Run
src_cpp/include/commands/command_pe_exports.h:39
Method
Run
src_cpp/include/commands/command_pe_guidage.h:35
Method
Run
src_cpp/include/commands/command_pdb_generate.h:41
Method
Run
src_cpp/include/commands/command_coff_createlib.h:38
Method
ToHex
src_cpp/include/common/guid.h:16
Method
Usage
src_cpp/src/main.cpp:60
Function
ValueType
src_cpp/include/nlohmann/json.hpp:19720
Method
__init__
(self, with_labels)
src_plugins/ida/fakepdb/command_pdbgenerate.py:36
Method
__init__
(self)
src_plugins/ida/fakepdb/signature_finder.py:27
Method
__init__
(self)
src_plugins/ida/fakepdb/offsets_importer.py:45
Method
__init__
(self)
src_plugins/ida/fakepdb/native.py:26
Method
__init__
(self)
src_plugins/ida/fakepdb/command_importoffsets.py:29
Method
__init__
(self)
src_plugins/ida/fakepdb/command_dumpinfo.py:27
Method
__init__
(self)
src_plugins/ida/fakepdb/dumpinfo.py:34
Method
__init__
(self)
src_plugins/ida/fakepdb/command_libgenerate.py:36
Method
__init__
(self)
src_plugins/ida/fakepdb/command_findsignature.py:27
Function
accept
src_cpp/include/nlohmann/json.hpp:23228
Method
activate
(self, ctx)
src_plugins/ida/fakepdb/command_pdbgenerate.py:41
Method
activate
(self, ctx)
src_plugins/ida/fakepdb/command_importoffsets.py:33
Method
activate
(self, ctx)
src_plugins/ida/fakepdb/command_dumpinfo.py:31
Method
activate
(self, ctx)
src_plugins/ida/fakepdb/command_libgenerate.py:40
Method
activate
(self, ctx)
src_plugins/ida/fakepdb/command_findsignature.py:31
Method
addTypeInfo
src_cpp/src/pdb/pdb_creator.cpp:113
Method
array_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106 if an
src_cpp/include/nlohmann/json.hpp:11869
Function
back
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
src_cpp/include/nlohmann/json.hpp:20449
Function
basic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
src_cpp/include/nlohmann/json.hpp:18269
Function
basic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
src_cpp/include/nlohmann/json.hpp:18166
Function
basic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
src_cpp/include/nlohmann/json.hpp:24957
Function
basic_json from_bson
src_cpp/include/nlohmann/json.hpp:24331
Function
basic_json from_cbor
src_cpp/include/nlohmann/json.hpp:23959
Function
basic_json from_msgpack
src_cpp/include/nlohmann/json.hpp:24102
Function
basic_json from_ubjson
src_cpp/include/nlohmann/json.hpp:24218
Function
basic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
src_cpp/include/nlohmann/json.hpp:16830
Function
basic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
src_cpp/include/nlohmann/json.hpp:18313
Function
basic_json parse
src_cpp/include/nlohmann/json.hpp:23173
Method
binary
src_cpp/include/nlohmann/json.hpp:5389
Method
binary
src_cpp/include/nlohmann/json.hpp:5564
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
src_cpp/include/nlohmann/json.hpp:7712
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
src_cpp/include/nlohmann/json.hpp:12764
Method
boolean
src_cpp/include/nlohmann/json.hpp:5359
Method
boolean
src_cpp/include/nlohmann/json.hpp:5534
Method
byte_container_with_subtype
src_cpp/include/nlohmann/json.hpp:4439
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
src_cpp/include/nlohmann/json.hpp:13776
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
src_cpp/include/nlohmann/json.hpp:13791
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
src_cpp/include/nlohmann/json.hpp:13833
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
src_cpp/include/nlohmann/json.hpp:13629
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
src_cpp/include/nlohmann/json.hpp:13706
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
src_cpp/include/nlohmann/json.hpp:13927
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
src_cpp/include/nlohmann/json.hpp:13676
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
src_cpp/include/nlohmann/json.hpp:13734
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
src_cpp/include/nlohmann/json.hpp:21636
Method
clear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
src_cpp/include/nlohmann/json.hpp:4564
Method
construct
src_cpp/include/nlohmann/json.hpp:4020
Method
construct
src_cpp/include/nlohmann/json.hpp:4032
Method
construct
src_cpp/include/nlohmann/json.hpp:4062
Method
construct
src_cpp/include/nlohmann/json.hpp:4084
Method
construct
src_cpp/include/nlohmann/json.hpp:4096
Method
construct
src_cpp/include/nlohmann/json.hpp:4108
Method
construct
src_cpp/include/nlohmann/json.hpp:4120
Method
construct
src_cpp/include/nlohmann/json.hpp:4179
Function
contains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
src_cpp/include/nlohmann/json.hpp:12196
Function
count
src_cpp/include/nlohmann/json.hpp:20863
Method
count_digits
! @brief count digits Count the number of decimal (base 10) digits for an input unsigned integer. @param[in] x unsigned integer number
src_cpp/include/nlohmann/json.hpp:16073
Method
create
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] pos the position where the error occ
src_cpp/include/nlohmann/json.hpp:2436
Method
create
src_cpp/include/nlohmann/json.hpp:2513
Method
create
src_cpp/include/nlohmann/json.hpp:2567
Method
create
src_cpp/include/nlohmann/json.hpp:2614
Method
create
src_cpp/include/nlohmann/json.hpp:2652
Method
create
src_cpp/include/nlohmann/json.hpp:5056
Method
create
src_cpp/include/nlohmann/json.hpp:5080
Method
createPublicSymbol
src_cpp/src/pdb/pdb_creator.cpp:193
Method
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
src_cpp/include/nlohmann/json.hpp:16298
Method
diyfp
src_cpp/include/nlohmann/json.hpp:14396
Method
dump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
src_cpp/include/nlohmann/json.hpp:15817
Method
dump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
src_cpp/include/nlohmann/json.hpp:16199
Method
dump_integer
src_cpp/include/nlohmann/json.hpp:16113
Method
empty
src_cpp/include/nlohmann/json.hpp:4872
Method
end_array
src_cpp/include/nlohmann/json.hpp:5434
Method
end_array
src_cpp/include/nlohmann/json.hpp:5651
Method
end_object
src_cpp/include/nlohmann/json.hpp:5415
Method
end_object
src_cpp/include/nlohmann/json.hpp:5605
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
src_cpp/include/nlohmann/json.hpp:10050
Method
exception_message
src_cpp/include/nlohmann/json.hpp:10572
Method
file_input_adapter
src_cpp/include/nlohmann/json.hpp:4760
Method
fill_buffer
UTF-32
src_cpp/include/nlohmann/json.hpp:4887
Method
fill_buffer
UTF-16
src_cpp/include/nlohmann/json.hpp:4945
Method
fill_buffer
src_cpp/include/nlohmann/json.hpp:5034
Function
flatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
src_cpp/include/nlohmann/json.hpp:12384
Function
from_bson
src_cpp/include/nlohmann/json.hpp:24362
Function
from_cbor
src_cpp/include/nlohmann/json.hpp:23992
Function
from_json
src_cpp/include/data/root.h:32
Method
from_json
src_cpp/include/nlohmann/json.hpp:4382
Function
from_msgpack
src_cpp/include/nlohmann/json.hpp:24134
Function
from_ubjson
src_cpp/include/nlohmann/json.hpp:24249
Function
front
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
src_cpp/include/nlohmann/json.hpp:20405
Function
get_allocator
! @brief returns the allocator associated with the container */
src_cpp/include/nlohmann/json.hpp:16799
Method
get_bson_binary
src_cpp/include/nlohmann/json.hpp:7870
← previous
next →
201–300 of 528, ranked by callers