MCPcopy Create free account

hub / github.com/colby57/VMP-Imports-Deobfuscator / functions

Functions4,875 in github.com/colby57/VMP-Imports-Deobfuscator

↓ 268 callersFunctionx86OpReg
Cast `reg` to `X86Reg` and get the register index.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86assembler.cpp:175
↓ 265 callersMethodgetSize
Get register size in bytes.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:464
↓ 193 callersMethodpush_back
Vendor/spdlog-1.x/include/spdlog/details/backtracer-inl.h:51
↓ 185 callersMethodgetId
Get operand id. Operand id's are used internally by `Assembler` and `Compiler`. There is no way to change or remove operand id. Unneeded operands ca
Vendor/BlackBone/src/3rd_party/AsmJit/base/operand.h:454
↓ 185 callersMethodsize
Vendor/spdlog-1.x/tests/catch.hpp:649
↓ 122 callersMethodend
Vendor/spdlog-1.x/tests/catch.hpp:8632
↓ 106 callersMethodempty
named queries
Vendor/spdlog-1.x/tests/catch.hpp:646
↓ 104 callersMethodgetRegIndex
Get register index.
Vendor/BlackBone/src/3rd_party/AsmJit/base/operand.h:584
↓ 101 callersMethodc_str
Vendor/spdlog-1.x/tests/catch.hpp:13908
↓ 98 callersMethodbegin
Vendor/spdlog-1.x/tests/catch.hpp:8631
↓ 95 callersMethoddata
Returns a pointer to the buffer data. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:828
↓ 93 callersFunctionx86OpMem
Cast `mem` to `X86Mem` and return it.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86assembler.cpp:180
↓ 92 callersMethodemit
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.cpp:950
↓ 88 callersMethodWrite
<summary> Write data </summary> <param name="offset">Data offset in block</param> <param name="size">Size of data to write</param> <param name="pData"
Vendor/BlackBone/src/BlackBone/Process/MemBlock.cpp:327
↓ 84 callersFunctionto_unsigned
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:426
↓ 77 callersMethodstr
Vendor/spdlog-1.x/tests/catch.hpp:12076
↓ 75 callersMethodbegin
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:815
↓ 75 callersMethodlog
Vendor/spdlog-1.x/include/spdlog/sinks/base_sink-inl.h:26
↓ 74 callersMethodsize
Vendor/spdlog-1.x/include/spdlog/details/file_helper-inl.h:122
↓ 67 callersMethodsize
Returns the size of this buffer. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:822
↓ 66 callersMethodptr
Vendor/BlackBone/src/BlackBone/Process/MemBlock.h:253
↓ 63 callersFunctioninfo
Vendor/spdlog-1.x/include/spdlog/logger.h:156
↓ 62 callersFunctionLastNtStatus
<summary> Get last NT status </summary> <returns></returns>
Vendor/BlackBone/src/BlackBone/Include/Macro.h:123
↓ 62 callersMethodresult
Vendor/BlackBone/src/BlackBone/Include/CallResult.h:36
↓ 59 callersFunctionto_string_view
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:550
↓ 58 callersMethodcount
Vendor/spdlog-1.x/tests/catch.hpp:8906
↓ 55 callersMethodget
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:461
↓ 53 callersMethodend
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:816
↓ 50 callersMethodRead
<summary> Read data </summary> <param name="offset">Data offset in block</param> <param name="size">Size of data to read</param> <param name="pResult"
Vendor/BlackBone/src/BlackBone/Process/MemBlock.cpp:311
↓ 49 callersFunctionstringify
Vendor/spdlog-1.x/tests/catch.hpp:1642
↓ 48 callersMethodGenCall
<summary> Generate function call </summary> <param name="pFN">Function pointer</param> <param name="args">Function arguments</param> <param name="cc">
Vendor/BlackBone/src/BlackBone/Asm/AsmHelper32.cpp:64
↓ 47 callersFunctionemit
\overload
Vendor/BlackBone/src/3rd_party/AsmJit/base/assembler.h:472
↓ 47 callersFunctionfieldPtr
Vendor/BlackBone/src/BlackBone/Include/Macro.h:86
↓ 47 callersMethodout
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/chrono.h:1134
↓ 47 callersFunctionx86RegAndVvvv
Combine `regIndex` and `vvvvIndex` into single value (used by AVX and AVX-512).
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86assembler.cpp:185
↓ 46 callersMethodsize
<summary> Get block size </summary> <returns>Block size</returns>
Vendor/BlackBone/src/BlackBone/Process/MemBlock.h:259
↓ 45 callersMethodempty
Vendor/BlackBone/src/BlackBone/Process/Threads/Thread.h:86
↓ 44 callersMethodc_str
Returns a pointer to the output buffer content with terminating null character appended. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:2547
↓ 42 callersFunctionbegin
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:499
↓ 42 callersFunctionlog_to_str
Vendor/spdlog-1.x/tests/test_pattern_formatter.cpp:9
↓ 42 callersMethodnative
<summary> Get system routines </summary> <returns></returns>
Vendor/BlackBone/src/BlackBone/Process/ProcessCore.h:46
↓ 42 callersMethodsubstr
Vendor/spdlog-1.x/tests/catch.hpp:13916
↓ 39 callersMethodisYmm
Get whether the register is Ymm (256-bit) register.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:692
↓ 39 callersMethodorFlags
Add instruction `flags`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1666
↓ 38 callersFunctionend
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:500
↓ 38 callersFunctionerror
Vendor/spdlog-1.x/include/spdlog/logger.h:168
↓ 38 callersMethodfind
Vendor/spdlog-1.x/tests/catch.hpp:13968
↓ 38 callersMethodgetInt64
Get immediate value as 64-bit signed integer.
Vendor/BlackBone/src/3rd_party/AsmJit/base/operand.h:789
↓ 38 callersMethodreserve
Increases the buffer capacity to *new_capacity*. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:766
↓ 37 callersFunctiondrop
Vendor/spdlog-1.x/include/spdlog/spdlog-inl.h:85
↓ 37 callersFunctionthrow_spdlog_ex
Vendor/spdlog-1.x/include/spdlog/common-inl.h:72
↓ 36 callersFunctionembed
Embed data.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:2906
↓ 35 callersMethodclear
Clears this buffer. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:834
↓ 35 callersFunctionformat_error
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:821
↓ 35 callersMethodgetLength
Get length.
Vendor/BlackBone/src/3rd_party/AsmJit/base/string.h:99
↓ 35 callersMethodlevel
Vendor/spdlog-1.x/include/spdlog/logger-inl.h:72
↓ 35 callersFunctionprintf
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/printf.h:631
↓ 33 callersMethodlines
return last output without the eol
Vendor/spdlog-1.x/tests/test_sink.h:43
↓ 31 callersMethodget
Vendor/BlackBone/src/BlackBone/Misc/DynImport.h:34
↓ 31 callersMethodgetType
Get node type, see `kNodeType`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1646
↓ 31 callersMethodon_error
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:2585
↓ 31 callersMethodpid
<summary> Get process ID </summary> <returns>Process ID</returns>
Vendor/BlackBone/src/BlackBone/Process/Process.h:159
↓ 31 callersMethodsetSize
Set cell size.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:511
↓ 31 callersMethodsize
Returns the number of characters written to the output buffer. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:2533
↓ 30 callersMethodclear
Vendor/BlackBone/src/3rd_party/AsmJit/base/string.cpp:167
↓ 30 callersFunctiondrop_all
Vendor/spdlog-1.x/include/spdlog/spdlog-inl.h:90
↓ 30 callersMethodisWow64
<summary> Check if target process is running in WOW64 mode </summary> <returns>true if process is WOW64</returns>
Vendor/BlackBone/src/BlackBone/Process/ProcessCore.h:22
↓ 30 callersMethodmake
Vendor/BlackBone/src/3rd_party/AsmJit/base/assembler.cpp:306
↓ 30 callersMethodset_pattern
Vendor/spdlog-1.x/include/spdlog/logger-inl.h:101
↓ 29 callersFunctionpad2
Vendor/spdlog-1.x/include/spdlog/details/fmt_helper.h:101
↓ 29 callersFunctionptr
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:2680
↓ 29 callersMethodset
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:503
↓ 28 callersMethodcall
Vendor/BlackBone/src/BlackBone/Include/HandleGuard.h:11
↓ 28 callersMethodget
Vendor/spdlog-1.x/tests/catch.hpp:12432
↓ 28 callersMethodgetClass
Get variable class, see `kRegClass`.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:466
↓ 27 callersMethodGetExport
<summary> Get export address. Forwarded exports will be automatically resolved if forward module is present </summary> <param name="hMod">Module to se
Vendor/BlackBone/src/BlackBone/Process/ProcessModules.cpp:209
↓ 27 callersMethodcount
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:870
↓ 27 callersMethodgetNext
Get next node in the compiler stream.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1623
↓ 27 callersMethodresize
Resizes the buffer to contain *count* elements. If T is a POD type new elements may not be initialized. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:763
↓ 26 callersMethodformat
Vendor/spdlog-1.x/tests/test_pattern_formatter.cpp:333
↓ 26 callersMethodscopedElement
Vendor/spdlog-1.x/tests/catch.hpp:15659
↓ 25 callersMethodgetListByClass
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:1088
↓ 25 callersMethodisRegType
Get whether register code is equal to `type`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/operand.h:559
↓ 25 callersMethodname
Vendor/spdlog-1.x/tests/catch.hpp:9994
↓ 25 callersMethodpush_back
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:851
↓ 25 callersMethodset_level
Vendor/spdlog-1.x/include/spdlog/logger-inl.h:67
↓ 24 callersMethodProtect
<summary> Change memory protection </summary> <param name="protection">New protection flags</param> <param name="offset">Memory offset in block</param
Vendor/BlackBone/src/BlackBone/Process/MemBlock.cpp:240
↓ 24 callersFunctionappend_string_view
Vendor/spdlog-1.x/include/spdlog/details/fmt_helper.h:26
↓ 24 callersMethoddata
Returns a pointer to the output buffer content. No terminating null character is appended. */
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:2541
↓ 24 callersMethodempty
Vendor/spdlog-1.x/include/spdlog/details/circular_q.h:104
↓ 24 callersMethodinsert
Insert an `item` at the `index`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/containers.h:183
↓ 23 callersMethodGenPrologue
<summary> Generate function prologue code </summary> <param name="switchMode">Unused</param>
Vendor/BlackBone/src/BlackBone/Asm/AsmHelper32.cpp:22
↓ 23 callersMethodRelease
<summary> Release mapping, if any </summary> <param name="temporary">Preserve file paths for file reopening</param>
Vendor/BlackBone/src/BlackBone/PE/PEImage.cpp:114
↓ 23 callersMethodappend
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:630
↓ 23 callersMethodgetSecondaryOpCode
Get the secondary instruction opcode, see \ref kX86InstOpCode.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86inst.h:2284
↓ 22 callersMethodAttach
<summary> Attach to existing process </summary> <param name="pid">Process ID</param> <param name="access">Access mask</param> <returns>Status code</re
Vendor/BlackBone/src/BlackBone/Process/Process.cpp:37
↓ 22 callersMethodGenEpilogue
<summary> Generate function epilogue code </summary> <param name="switchMode">Unused</param> <param name="retSize">Stack change value</param>
Vendor/BlackBone/src/BlackBone/Asm/AsmHelper32.cpp:40
↓ 22 callersMethod_appendString
Append `str` of `len`, inlined, without buffer overflow check.
Vendor/BlackBone/src/3rd_party/AsmJit/base/string.h:223
↓ 22 callersFunctionprepare_logdir
Vendor/spdlog-1.x/tests/utils.cpp:10
↓ 22 callersFunctionx86EncodeMod
Encode ModR/M.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86assembler.cpp:158
next →1–100 of 4,875, ranked by callers