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
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src_cpp/include/nlohmann/json.hpp:12773
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
src_cpp/include/nlohmann/json.hpp:12793
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
src_cpp/include/nlohmann/json.hpp:13098
↓ 2 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
src_cpp/include/nlohmann/json.hpp:13422
↓ 1 callers
Method
Commit
src_cpp/src/pdb/pdb_creator.cpp:103
↓ 1 callers
Method
Create
src_cpp/src/coff/lib_creator.cpp:8
↓ 1 callers
Method
GetArgsMax
src_cpp/include/commands/command_pe_exports.h:23
↓ 1 callers
Method
GetArgsMin
src_cpp/include/commands/command_pe_exports.h:19
↓ 1 callers
Method
GetCommandDescription
src_cpp/include/commands/command_pe_exports.h:35
↓ 1 callers
Method
GetExports
src_cpp/src/pe/pe_file.cpp:122
↓ 1 callers
Method
GetImageSize
src_cpp/src/pe/pe_file.cpp:107
↓ 1 callers
Method
GetMachine
src_cpp/src/pe/pe_file.cpp:149
↓ 1 callers
Method
GetMachineBitness
src_cpp/src/pe/pe_file.cpp:153
↓ 1 callers
Method
GetMachineName
src_cpp/src/pe/pe_file.cpp:168
↓ 1 callers
Method
GetSectionHeaders
src_cpp/src/pe/pe_file.cpp:69
↓ 1 callers
Method
GetTimestamp
src_cpp/src/pe/pe_file.cpp:102
↓ 1 callers
Method
ImportIDA
src_cpp/src/pdb/pdb_creator.cpp:86
↓ 1 callers
Method
Initialize
src_cpp/src/pdb/pdb_creator.cpp:41
↓ 1 callers
Method
Run
src_cpp/src/main.cpp:30
↓ 1 callers
Method
Save
src_cpp/src/data/db.cpp:73
↓ 1 callers
Method
__add_instruction
(self, instruction)
src_plugins/ida/fakepdb/signature_finder.py:67
↓ 1 callers
Method
__add_placeholders
(self, count)
src_plugins/ida/fakepdb/signature_finder.py:87
↓ 1 callers
Method
__describe_argloc
(self, location)
src_plugins/ida/fakepdb/dumpinfo.py:60
↓ 1 callers
Method
__describe_callingconvention
(self, cc)
src_plugins/ida/fakepdb/dumpinfo.py:81
↓ 1 callers
Method
__get_segments_map
(self)
src_plugins/ida/fakepdb/offsets_importer.py:68
↓ 1 callers
Method
__import_name
(self, segments, name, addr)
src_plugins/ida/fakepdb/offsets_importer.py:80
↓ 1 callers
Method
__inst_contains_xrefs
(self, instruction)
src_plugins/ida/fakepdb/signature_finder.py:102
↓ 1 callers
Method
__inst_value_offset
(self, instruction)
src_plugins/ida/fakepdb/signature_finder.py:109
↓ 1 callers
Method
__process_exports
(self)
src_plugins/ida/fakepdb/dumpinfo.py:280
↓ 1 callers
Method
__process_function_labels
(self, func)
src_plugins/ida/fakepdb/dumpinfo.py:191
↓ 1 callers
Method
__process_function_typeinfo
(self, info, func)
src_plugins/ida/fakepdb/dumpinfo.py:160
↓ 1 callers
Method
__process_functions
(self)
src_plugins/ida/fakepdb/dumpinfo.py:212
↓ 1 callers
Method
__process_general
(self)
src_plugins/ida/fakepdb/dumpinfo.py:118
↓ 1 callers
Method
__process_names
(self)
src_plugins/ida/fakepdb/dumpinfo.py:257
↓ 1 callers
Method
__process_segments
(self)
src_plugins/ida/fakepdb/dumpinfo.py:143
↓ 1 callers
Method
__search_resultcount
(self, signature)
src_plugins/ida/fakepdb/signature_finder.py:90
↓ 1 callers
Function
append_exponent
src_cpp/include/nlohmann/json.hpp:15262
↓ 1 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
src_cpp/include/nlohmann/json.hpp:19793
↓ 1 callers
Method
coff_createlib
(self, path_json, path_lib)
src_plugins/ida/fakepdb/native.py:38
↓ 1 callers
Method
count
src_cpp/include/nlohmann/json.hpp:16506
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
src_cpp/include/nlohmann/json.hpp:21181
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
src_cpp/include/nlohmann/json.hpp:21210
↓ 1 callers
Function
emplace_back
src_cpp/include/nlohmann/json.hpp:21901
↓ 1 callers
Function
erase
src_cpp/include/nlohmann/json.hpp:20516
↓ 1 callers
Function
find_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
src_cpp/include/nlohmann/json.hpp:14824
↓ 1 callers
Function
format_buffer
src_cpp/include/nlohmann/json.hpp:15314
↓ 1 callers
Function
from_json_tuple_impl
src_cpp/include/nlohmann/json.hpp:3733
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
src_cpp/include/nlohmann/json.hpp:14660
↓ 1 callers
Method
get_signature
(self, address_start)
src_plugins/ida/fakepdb/signature_finder.py:34
↓ 1 callers
Method
get_value
src_cpp/include/nlohmann/json.hpp:10647
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
src_cpp/include/nlohmann/json.hpp:14921
↓ 1 callers
Function
hash
src_cpp/include/nlohmann/json.hpp:4613
↓ 1 callers
Function
int_to_string
src_cpp/include/nlohmann/json.hpp:3835
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
src_cpp/include/nlohmann/json.hpp:18944
↓ 1 callers
Method
load
src_cpp/src/data/db.cpp:55
↓ 1 callers
Method
operator+
add to iterator
src_cpp/include/nlohmann/json.hpp:11491
↓ 1 callers
Function
operator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
src_cpp/include/nlohmann/json.hpp:21738
↓ 1 callers
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
src_cpp/include/nlohmann/json.hpp:3404
↓ 1 callers
Function
parallelSort
src_cpp/src/pdb/pdb_creator.cpp:33
↓ 1 callers
Function
parse
src_cpp/include/nlohmann/json.hpp:23187
↓ 1 callers
Method
pdb_generate
(self, path_exe, path_json, path_pdb, with_labels)
src_plugins/ida/fakepdb/native.py:42
↓ 1 callers
Method
pe_guidage
(self, path_exe)
src_plugins/ida/fakepdb/native.py:52
↓ 1 callers
Method
pe_timestamp
(self, path_exe)
src_plugins/ida/fakepdb/native.py:49
↓ 1 callers
Method
process_json
(self, filepath)
src_plugins/ida/fakepdb/offsets_importer.py:52
↓ 1 callers
Function
sax_parse
src_cpp/include/nlohmann/json.hpp:23291
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
src_cpp/include/nlohmann/json.hpp:7357
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
src_cpp/include/nlohmann/json.hpp:12276
↓ 1 callers
Function
to_cbor
src_cpp/include/nlohmann/json.hpp:23558
↓ 1 callers
Function
to_json_tuple_impl
src_cpp/include/nlohmann/json.hpp:4336
↓ 1 callers
Function
unescape
unescape "~1" to tilde and "~0" to slash (order is important!)
src_cpp/include/nlohmann/json.hpp:12371
Method
AddNatvisFile
src_cpp/src/pdb/pdb_creator.cpp:81
Method
DB
src_cpp/src/data/db.cpp:27
Method
GetArgsMax
src_cpp/include/commands/command_pe_timestamp.h:15
Method
GetArgsMax
src_cpp/include/commands/command_pe_guidage.h:19
Method
GetArgsMax
src_cpp/include/commands/command_pdb_generate.h:25
Method
GetArgsMax
src_cpp/include/commands/command_coff_createlib.h:22
Method
GetArgsMin
src_cpp/include/commands/command_pe_timestamp.h:11
Method
GetArgsMin
src_cpp/include/commands/command_pe_guidage.h:15
Method
GetArgsMin
src_cpp/include/commands/command_pdb_generate.h:21
Method
GetArgsMin
src_cpp/include/commands/command_coff_createlib.h:18
Method
GetCommandDescription
src_cpp/include/commands/command_pe_timestamp.h:27
Method
GetCommandDescription
src_cpp/include/commands/command_pe_guidage.h:31
Method
GetCommandDescription
src_cpp/include/commands/command_pdb_generate.h:37
Method
GetCommandDescription
src_cpp/include/commands/command_coff_createlib.h:34
Method
GetCommandName
src_cpp/include/commands/command_pe_timestamp.h:19
Method
GetCommandName
src_cpp/include/commands/command_pe_guidage.h:23
Method
GetCommandName
src_cpp/include/commands/command_pdb_generate.h:29
Method
GetCommandName
src_cpp/include/commands/command_coff_createlib.h:26
Method
GetCommandUsage
src_cpp/include/commands/command_pe_timestamp.h:23
Method
GetCommandUsage
src_cpp/include/commands/command_pe_guidage.h:27
Method
GetCommandUsage
src_cpp/include/commands/command_pdb_generate.h:33
Method
GetCommandUsage
src_cpp/include/commands/command_coff_createlib.h:30
Method
GetPdbFilename
src_cpp/src/pe/pe_file.cpp:64
Method
GetPdbFilepath
src_cpp/src/pe/pe_file.cpp:55
Method
Hex
src_cpp/include/common/hex.h:10
Method
IntToHex
src_cpp/include/common/hex.h:14
Function
JSON_CATCH
src_cpp/include/nlohmann/json.hpp:19802
Method
JSON_CATCH
src_cpp/include/nlohmann/json.hpp:11893
Function
JSON_INTERNAL_CATCH
src_cpp/include/nlohmann/json.hpp:20361
Function
PLUGIN_ENTRY
()
src_plugins/ida/fakepdb.py:51
← previous
next →
101–200 of 528, ranked by callers