MCPcopy Create free account

hub / github.com/Mixaill/FakePDB / functions

Functions528 in github.com/Mixaill/FakePDB

MethodPdbCreator
src_cpp/src/pdb/pdb_creator.cpp:37
MethodPeFile
src_cpp/src/pe/pe_file.cpp:24
MethodRun
src_cpp/include/commands/command_pe_timestamp.h:31
MethodRun
src_cpp/include/commands/command_pe_exports.h:39
MethodRun
src_cpp/include/commands/command_pe_guidage.h:35
MethodRun
src_cpp/include/commands/command_pdb_generate.h:41
MethodRun
src_cpp/include/commands/command_coff_createlib.h:38
MethodToHex
src_cpp/include/common/guid.h:16
MethodUsage
src_cpp/src/main.cpp:60
FunctionValueType
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
Functionaccept
src_cpp/include/nlohmann/json.hpp:23228
Methodactivate
(self, ctx)
src_plugins/ida/fakepdb/command_pdbgenerate.py:41
Methodactivate
(self, ctx)
src_plugins/ida/fakepdb/command_importoffsets.py:33
Methodactivate
(self, ctx)
src_plugins/ida/fakepdb/command_dumpinfo.py:31
Methodactivate
(self, ctx)
src_plugins/ida/fakepdb/command_libgenerate.py:40
Methodactivate
(self, ctx)
src_plugins/ida/fakepdb/command_findsignature.py:31
MethodaddTypeInfo
src_cpp/src/pdb/pdb_creator.cpp:113
Methodarray_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
Functionback
! @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
Functionbasic_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
Functionbasic_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
Functionbasic_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
Functionbasic_json from_bson
src_cpp/include/nlohmann/json.hpp:24331
Functionbasic_json from_cbor
src_cpp/include/nlohmann/json.hpp:23959
Functionbasic_json from_msgpack
src_cpp/include/nlohmann/json.hpp:24102
Functionbasic_json from_ubjson
src_cpp/include/nlohmann/json.hpp:24218
Functionbasic_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
Functionbasic_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
Functionbasic_json parse
src_cpp/include/nlohmann/json.hpp:23173
Methodbinary
src_cpp/include/nlohmann/json.hpp:5389
Methodbinary
src_cpp/include/nlohmann/json.hpp:5564
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
src_cpp/include/nlohmann/json.hpp:7712
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
src_cpp/include/nlohmann/json.hpp:12764
Methodboolean
src_cpp/include/nlohmann/json.hpp:5359
Methodboolean
src_cpp/include/nlohmann/json.hpp:5534
Methodbyte_container_with_subtype
src_cpp/include/nlohmann/json.hpp:4439
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
src_cpp/include/nlohmann/json.hpp:13776
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
src_cpp/include/nlohmann/json.hpp:13791
Methodcalc_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
Methodcalc_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
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
src_cpp/include/nlohmann/json.hpp:13706
Methodcalc_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
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
src_cpp/include/nlohmann/json.hpp:13676
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
src_cpp/include/nlohmann/json.hpp:13734
Functionclear
! @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
Methodclear_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
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4020
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4032
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4062
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4084
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4096
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4108
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4120
Methodconstruct
src_cpp/include/nlohmann/json.hpp:4179
Functioncontains
! @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
Functioncount
src_cpp/include/nlohmann/json.hpp:20863
Methodcount_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
Methodcreate
! @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
Methodcreate
src_cpp/include/nlohmann/json.hpp:2513
Methodcreate
src_cpp/include/nlohmann/json.hpp:2567
Methodcreate
src_cpp/include/nlohmann/json.hpp:2614
Methodcreate
src_cpp/include/nlohmann/json.hpp:2652
Methodcreate
src_cpp/include/nlohmann/json.hpp:5056
Methodcreate
src_cpp/include/nlohmann/json.hpp:5080
MethodcreatePublicSymbol
src_cpp/src/pdb/pdb_creator.cpp:193
Methoddecode
! @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
Methoddiyfp
src_cpp/include/nlohmann/json.hpp:14396
Methoddump_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
Methoddump_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
Methoddump_integer
src_cpp/include/nlohmann/json.hpp:16113
Methodempty
src_cpp/include/nlohmann/json.hpp:4872
Methodend_array
src_cpp/include/nlohmann/json.hpp:5434
Methodend_array
src_cpp/include/nlohmann/json.hpp:5651
Methodend_object
src_cpp/include/nlohmann/json.hpp:5415
Methodend_object
src_cpp/include/nlohmann/json.hpp:5605
Methodexception_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
Methodexception_message
src_cpp/include/nlohmann/json.hpp:10572
Methodfile_input_adapter
src_cpp/include/nlohmann/json.hpp:4760
Methodfill_buffer
UTF-32
src_cpp/include/nlohmann/json.hpp:4887
Methodfill_buffer
UTF-16
src_cpp/include/nlohmann/json.hpp:4945
Methodfill_buffer
src_cpp/include/nlohmann/json.hpp:5034
Functionflatten
! @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
Functionfrom_bson
src_cpp/include/nlohmann/json.hpp:24362
Functionfrom_cbor
src_cpp/include/nlohmann/json.hpp:23992
Functionfrom_json
src_cpp/include/data/root.h:32
Methodfrom_json
src_cpp/include/nlohmann/json.hpp:4382
Functionfrom_msgpack
src_cpp/include/nlohmann/json.hpp:24134
Functionfrom_ubjson
src_cpp/include/nlohmann/json.hpp:24249
Functionfront
! @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
Functionget_allocator
! @brief returns the allocator associated with the container */
src_cpp/include/nlohmann/json.hpp:16799
Methodget_bson_binary
src_cpp/include/nlohmann/json.hpp:7870
← previousnext →201–300 of 528, ranked by callers