MCPcopy Create free account

hub / github.com/Mixaill/FakePDB / types & classes

Types & classes165 in github.com/Mixaill/FakePDB

↓ 5 callersClassdiyfp
src_cpp/include/nlohmann/json.hpp:14389
↓ 5 callersClassjson_pointer
src_cpp/include/nlohmann/json.hpp:2923
↓ 3 callersClassDumpInfo
src_plugins/ida/fakepdb/dumpinfo.py:33
↓ 3 callersClassout_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an input parameter tha
src_cpp/include/nlohmann/json.hpp:2611
↓ 2 callersClassNative
src_plugins/ida/fakepdb/native.py:21
↓ 2 callersClass__fakepdb_pdbgeneration_actionhandler
src_plugins/ida/fakepdb/command_pdbgenerate.py:35
↓ 2 callersClassinput_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
src_cpp/include/nlohmann/json.hpp:4790
↓ 2 callersClassparse_error
! @brief exception indicating a parse error This exception is thrown by the library when a parse error occurs. Parse errors can occur during the dese
src_cpp/include/nlohmann/json.hpp:2424
↓ 1 callersClassFakePdbPlugin
src_plugins/ida/fakepdb.py:28
↓ 1 callersClassOffsetsImporter
imports functions by its offsets to the IDA database required file format: ``` { "function_name_1": "0001:123456", "functio
src_plugins/ida/fakepdb/offsets_importer.py:23
↓ 1 callersClassSignatureFinder
src_plugins/ida/fakepdb/signature_finder.py:26
↓ 1 callersClass__fakepdb_dumpinfo_actionhandler
src_plugins/ida/fakepdb/command_dumpinfo.py:26
↓ 1 callersClass__fakepdb_findsig_actionhandler
src_plugins/ida/fakepdb/command_findsignature.py:26
↓ 1 callersClass__fakepdb_libgeneration_actionhandler
src_plugins/ida/fakepdb/command_libgenerate.py:35
↓ 1 callersClass__fakepdb_offsetsimport_actionhandler
src_plugins/ida/fakepdb/command_importoffsets.py:28
↓ 1 callersClassfile_input_adapter
! Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter. */
src_cpp/include/nlohmann/json.hpp:4754
↓ 1 callersClassinvalid_iterator
! @brief exception indicating errors with iterators This exception is thrown if iterators passed to a library function do not match the expected sema
src_cpp/include/nlohmann/json.hpp:2510
↓ 1 callersClassother_error
! @brief exception indicating other library errors This exception is thrown in case of errors that cannot be classified with the other exception type
src_cpp/include/nlohmann/json.hpp:2649
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
src_cpp/include/nlohmann/json.hpp:10636
↓ 1 callersClasstype_error
! @brief exception indicating executing a member function with a wrong type This exception is thrown in case of a type error; that is, a library func
src_cpp/include/nlohmann/json.hpp:2564
ClassCommandCoffCreatelib
src_cpp/include/commands/command_coff_createlib.h:14
ClassCommandInterface
src_cpp/include/commands/command_interface.h:9
ClassCommandPdbGenerate
src_cpp/include/commands/command_pdb_generate.h:17
ClassCommandPeExports
src_cpp/include/commands/command_pe_exports.h:15
ClassCommandPeGuidAge
src_cpp/include/commands/command_pe_guidage.h:11
ClassCommandPeTimestamp
src_cpp/include/commands/command_pe_timestamp.h:7
ClassDB
src_cpp/include/data/db.h:11
ClassExport
src_cpp/include/data/export.h:10
ClassFunction
src_cpp/include/data/function.h:15
ClassGUID
src_cpp/include/common/guid.h:10
ClassGeneral
src_cpp/include/data/general.h:14
ClassHex
src_cpp/include/common/hex.h:8
ClassLabel
src_cpp/include/data/label.h:11
ClassLibCreator
src_cpp/include/coff/lib_creator.h:10
ClassMain
src_cpp/src/main.cpp:24
ClassName
src_cpp/include/data/name.h:11
ClassPdbCreator
src_cpp/include/pdb/pdb_creator.h:34
ClassPeFile
src_cpp/include/pe/pe_file.h:34
ClassRoot
src_cpp/include/data/root.h:17
ClassSegment
src_cpp/include/data/segment.h:11
Classadl_serializer
src_cpp/include/nlohmann/json.hpp:2896
Classbasic_json
src_cpp/include/nlohmann/json.hpp:2909
Classbasic_json
src_cpp/include/nlohmann/json.hpp:11558
Classbinary_reader
src_cpp/include/nlohmann/json.hpp:7695
Classbinary_writer
src_cpp/include/nlohmann/json.hpp:12752
Classboundaries
src_cpp/include/nlohmann/json.hpp:14507
Classbyte_container_with_subtype
src_cpp/include/nlohmann/json.hpp:4433
Classcached_power
src_cpp/include/nlohmann/json.hpp:14646
Enumcbor_tag_handler_t
how to treat CBOR tags
src_cpp/include/nlohmann/json.hpp:7668
Classconjunction
src_cpp/include/nlohmann/json.hpp:3323
Classconjunction<B1, Bn...>
src_cpp/include/nlohmann/json.hpp:3326
Classconjunction<B1>
src_cpp/include/nlohmann/json.hpp:3324
Classdetector
src_cpp/include/nlohmann/json.hpp:2837
Classdetector<Default, void_t<Op<Args...>>, Op, Args...>
src_cpp/include/nlohmann/json.hpp:2844
Enumerror_handler_t
how to treat decoding errors
src_cpp/include/nlohmann/json.hpp:15469
Classexception
! @brief general exception of the @ref basic_json class This class is an extension of `std::exception` objects with a member @a id for exception ids.
src_cpp/include/nlohmann/json.hpp:2352
Classexternal_constructor
src_cpp/include/nlohmann/json.hpp:4014
Classexternal_constructor<value_t::array>
src_cpp/include/nlohmann/json.hpp:4117
Classexternal_constructor<value_t::binary>
src_cpp/include/nlohmann/json.hpp:4059
Classexternal_constructor<value_t::boolean>
src_cpp/include/nlohmann/json.hpp:4017
Classexternal_constructor<value_t::number_float>
src_cpp/include/nlohmann/json.hpp:4081
Classexternal_constructor<value_t::number_integer>
src_cpp/include/nlohmann/json.hpp:4105
Classexternal_constructor<value_t::number_unsigned>
src_cpp/include/nlohmann/json.hpp:4093
Classexternal_constructor<value_t::object>
src_cpp/include/nlohmann/json.hpp:4176
Classexternal_constructor<value_t::string>
src_cpp/include/nlohmann/json.hpp:4029
Classfrom_json_fn
src_cpp/include/nlohmann/json.hpp:3784
Classhas_from_json
src_cpp/include/nlohmann/json.hpp:3034
Classhas_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >>
src_cpp/include/nlohmann/json.hpp:3047
Classhas_non_default_from_json
src_cpp/include/nlohmann/json.hpp:3060
Classhas_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >>
src_cpp/include/nlohmann/json.hpp:3063
Classhas_to_json
src_cpp/include/nlohmann/json.hpp:3075
Classhas_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >>
src_cpp/include/nlohmann/json.hpp:3078
Classhash<nlohmann::json>
src_cpp/include/nlohmann/json.hpp:25188
Classindex_sequence
src_cpp/include/nlohmann/json.hpp:2687
Enuminput_format_t
the supported input formats
src_cpp/include/nlohmann/json.hpp:4744
Classinternal_iterator
src_cpp/include/nlohmann/json.hpp:10750
Classis_basic_json
src_cpp/include/nlohmann/json.hpp:2977
Classis_compatible_array_type
src_cpp/include/nlohmann/json.hpp:3233
Classis_compatible_array_type_impl
src_cpp/include/nlohmann/json.hpp:3214
Classis_compatible_array_type_impl < BasicJsonType, CompatibleArrayType, enable_if_t < is_detected<value_type_t, CompatibleArrayType>::value&& is_detected<iterator_t, CompatibleArrayType>::value&& // This is needed because json_reverse_iterator has a ::iterator type... // Therefore it is detected as a CompatibleArrayType. // The real fix would be to have an Iterable concept. !is_iterator_traits < iterator_traits<CompatibleArrayType >>::value >>
src_cpp/include/nlohmann/json.hpp:3217
Classis_compatible_integer_type
src_cpp/include/nlohmann/json.hpp:3302
Classis_compatible_integer_type_impl
src_cpp/include/nlohmann/json.hpp:3281
Classis_compatible_integer_type_impl < RealIntegerType, CompatibleNumberIntegerType, enable_if_t < std::is_integral<RealIntegerType>::value&& std::is_integral<CompatibleNumberIntegerType>::value&& !std::is_same<bool, CompatibleNumberIntegerType>::value >>
src_cpp/include/nlohmann/json.hpp:3284
Classis_compatible_object_type
src_cpp/include/nlohmann/json.hpp:3140
Classis_compatible_object_type_impl
src_cpp/include/nlohmann/json.hpp:3120
Classis_compatible_object_type_impl < BasicJsonType, CompatibleObjectType, enable_if_t < is_detected<mapped_type_t, CompatibleObjectType>::value&& is_detected<key_type_t, CompatibleObjectType>::value >>
src_cpp/include/nlohmann/json.hpp:3123
Classis_compatible_string_type
src_cpp/include/nlohmann/json.hpp:3191
Classis_compatible_string_type_impl
src_cpp/include/nlohmann/json.hpp:3178
Classis_compatible_string_type_impl < BasicJsonType, CompatibleStringType, enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type, value_type_t, CompatibleStringType>::value >>
src_cpp/include/nlohmann/json.hpp:3181
Classis_compatible_type
src_cpp/include/nlohmann/json.hpp:3319
Classis_compatible_type_impl
src_cpp/include/nlohmann/json.hpp:3307
Classis_compatible_type_impl < BasicJsonType, CompatibleType, enable_if_t<is_complete_type<CompatibleType>::value >>
src_cpp/include/nlohmann/json.hpp:3310
Classis_complete_type
src_cpp/include/nlohmann/json.hpp:3113
Classis_complete_type<T, decltype(void(sizeof(T)))>
src_cpp/include/nlohmann/json.hpp:3116
Classis_constructible_array_type
src_cpp/include/nlohmann/json.hpp:3276
Classis_constructible_array_type_impl
src_cpp/include/nlohmann/json.hpp:3237
Classis_constructible_array_type_impl < BasicJsonType, ConstructibleArrayType, enable_if_t < !std::is_same<ConstructibleArrayType, typename BasicJsonType::value_type>::value&& std::is_default_constructible<ConstructibleArrayType>::value&& (std::is_move_assignable<ConstructibleArrayType>::value || std::is_copy_assignable<ConstructibleArrayType>::value)&& is_detected<value_type_t, ConstructibleArrayType>::value&& is_detected<iterator_t, ConstructibleArrayType>::value&& is_complete_type < detected_t<value_type_t, ConstructibleArrayType >>::value >>
src_cpp/include/nlohmann/json.hpp:3247
Classis_constructible_array_type_impl < BasicJsonType, ConstructibleArrayType, enable_if_t<std::is_same<ConstructibleArrayType, typename BasicJsonType::value_type>::value >>
src_cpp/include/nlohmann/json.hpp:3240
Classis_constructible_object_type
src_cpp/include/nlohmann/json.hpp:3172
Classis_constructible_object_type_impl
src_cpp/include/nlohmann/json.hpp:3145
next →1–100 of 165, ranked by callers