MCPcopy Create free account

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

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

↓ 11 callersMethodxor_
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:598
↓ 10 callersFunctionBBScanSection
<summary> Find pattern in kernel PE section </summary> <param name="section">Section name</param> <param name="pattern">Pattern data</param> <param na
Vendor/BlackBone/src/BlackBoneDrv/BlackBoneDrv.c:122
↓ 10 callersMethodCall
Vendor/BlackBone/src/BlackBone/Process/RPC/RemoteFunction.hpp:66
↓ 10 callersFunctionIsWindows8Point1OrGreater
Vendor/BlackBone/src/3rd_party/VersionApi.h:246
↓ 10 callersMethodalloc
Vendor/BlackBone/src/3rd_party/AsmJit/base/vmem.cpp:113
↓ 10 callersFunctionbench
Vendor/spdlog-1.x/bench/bench.cpp:148
↓ 10 callersMethodcheck_arg_id
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:2703
↓ 10 callersFunctioncount_digits
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:951
↓ 10 callersFunctionfile_contents
Vendor/spdlog-1.x/tests/utils.cpp:24
↓ 10 callersFunctionfind
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/core.h:2260
↓ 10 callersFunctionflush
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/os.h:435
↓ 10 callersMethodgetCompiler
Get compiler as `X86Compiler`.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86context_p.h:77
↓ 10 callersMethodgetDecl
Get function declaration as `X86FuncDecl`.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:1273
↓ 10 callersMethodgetHint
Get hint it (see `kVarHint)`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:2004
↓ 10 callersMethodgetMemType
Get the type of the memory operand, see `kMemType`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/operand.h:663
↓ 10 callersMethodgetPreserved
Get preserved registers (mask). \note The result depends on the function calling convention used; the prototype of the function doesn't affect the ma
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:1177
↓ 10 callersMethodgetPrev
Get previous node in the compiler stream.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1618
↓ 10 callersMethodhandle
<summary> Get thread handle </summary> <returns>Thread hande</returns>
Vendor/BlackBone/src/BlackBone/Process/Threads/Thread.h:117
↓ 10 callersMethodisModified
Get whether the variable was changed.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:839
↓ 10 callersMethodlocale
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/os.h:498
↓ 10 callersFunctionmap
Vendor/spdlog-1.x/tests/catch.hpp:4276
↓ 10 callersMethodopen
Vendor/spdlog-1.x/tests/catch.hpp:14443
↓ 10 callersMethodrelocCode
Vendor/BlackBone/src/3rd_party/AsmJit/base/assembler.cpp:293
↓ 10 callersMethodset
Vendor/spdlog-1.x/tests/catch.hpp:9320
↓ 10 callersMethodtestSpec
Vendor/spdlog-1.x/tests/catch.hpp:14718
↓ 10 callersFunctiontest_pad3
Vendor/spdlog-1.x/tests/test_fmt_helper.cpp:15
↓ 10 callersFunctiontoLower
Vendor/spdlog-1.x/tests/catch.hpp:13828
↓ 10 callersFunctionto_string
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:2882
↓ 10 callersMethodvalue
Vendor/spdlog-1.x/tests/catch.hpp:16324
↓ 10 callersMethodwhat
Vendor/spdlog-1.x/tests/catch.hpp:10967
↓ 10 callersMethodwidth
Vendor/spdlog-1.x/tests/catch.hpp:8616
↓ 9 callersFunctionBBCallRoutine
<summary> Call arbitrary function </summary> <param name="newThread">Perform call in a separate thread</param> <param name="pContext">Loader context</
Vendor/BlackBone/src/BlackBoneDrv/MMap.c:1727
↓ 9 callersFunctionBBCheckProcessTermination
<summary> Check if process is terminating </summary> <param name="imageBase">Process</param> <returns>If TRUE - terminating</returns>
Vendor/BlackBone/src/BlackBoneDrv/Utils.c:232
↓ 9 callersFunctionBBGetModuleExport
<summary> Get exported function address </summary> <param name="pBase">Module base</param> <param name="name_ord">Function name or ordinal</param> <pa
Vendor/BlackBone/src/BlackBoneDrv/Loader.c:303
↓ 9 callersFunctionBBGetUserModule
<summary> Get module base address by name </summary> <param name="pProcess">Target process</param> <param name="ModuleName">Nodule name to search for<
Vendor/BlackBone/src/BlackBoneDrv/Loader.c:118
↓ 9 callersMethodGetContext
<summary> Get WOW64 thread context </summary> <param name="ctx">Returned context</param> <param name="flags">Context flags.</param> <param name="dontS
Vendor/BlackBone/src/BlackBone/Process/Threads/Thread.cpp:102
↓ 9 callersMethodGetSymAddress
<summary> Get symbol RVA </summary> <param name="symName">Symbol name</param> <param name="result">Resulting RVA</param> <returns>Status code</returns
Vendor/BlackBone/src/BlackBone/Symbols/PDBHelper.cpp:70
↓ 9 callersMethodbase
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/compile.h:81
↓ 9 callersMethodclose
Vendor/spdlog-1.x/tests/catch.hpp:14450
↓ 9 callersFunctioneq
Vendor/BlackBone/src/3rd_party/AsmJit/base/intutil.h:641
↓ 9 callersMethodgetArgStackSize
Get stack size needed for function arguments passed on the stack.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1506
↓ 9 callersMethodgetFilename
VMP-Imports-Deobfuscator/Core/Process/ProcessAccessHelp.h:53
↓ 9 callersMethodgetIndex
Get memory operand index register code, variable id, or `kInvalidValue`.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:1333
↓ 9 callersMethodgetLiveness
Get variable liveness bits.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1781
↓ 9 callersMethodgetName
Get variable type name.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:470
↓ 9 callersMethodgetShift
Get memory operand index scale (0, 1, 2 or 3).
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:1448
↓ 9 callersMethodgetTarget
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:2272
↓ 9 callersMethodgetVa
Get VarAttr at `index`.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:947
↓ 9 callersMethodhasRegIndex
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1241
↓ 9 callersMethodid
<summary> Get thread ID </summary> <returns>Thread ID</returns>
Vendor/BlackBone/src/BlackBone/Process/Threads/Thread.h:111
↓ 9 callersMethodisGpq
Get whether the register is Gp qword (64-bit) register.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:679
↓ 9 callersMethodisOk
Result was a success, or failure is suppressed
Vendor/spdlog-1.x/tests/catch.hpp:8314
↓ 9 callersMethodisReg
Get whether the operand is a register - `kOperandTypeReg`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/operand.h:387
↓ 9 callersMethodnext
Vendor/spdlog-1.x/tests/catch.hpp:4039
↓ 9 callersFunctionreserve
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:394
↓ 9 callersFunctionreset
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:1040
↓ 9 callersMethodsetModified
Set whether the variable was changed.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:841
↓ 9 callersFunctionset_default_logger
Vendor/spdlog-1.x/include/spdlog/spdlog-inl.h:115
↓ 9 callersFunctionsize
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/os.h:157
↓ 9 callersMethodsize
<summary> Get raw data size </summary> <returns></returns>
Vendor/BlackBone/src/BlackBone/ManualMap/MMap.h:63
↓ 9 callersMethodswap
Swap this pod-vector with `other`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/containers.h:240
↓ 9 callersFunctiontest_pad2
Vendor/spdlog-1.x/tests/test_fmt_helper.cpp:7
↓ 9 callersFunctionto_nonnegative_int
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/chrono.h:1406
↓ 9 callersFunctiontry_create_dir
Vendor/spdlog-1.x/tests/test_create_dir.cpp:9
↓ 9 callersFunctionvprint
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/xchar.h:206
↓ 9 callersFunctionwas_closed
Vendor/BlackBone/src/BlackBoneTest/TestGuard.cpp:160
↓ 9 callersFunctionx86ExtractO
Get `O` field of `opCode`.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86assembler.cpp:190
↓ 8 callersMethodCreateAndAttach
<summary> Create new process and attach to it </summary> <param name="path">Executable path</param> <param name="suspended">Leave process in suspended
Vendor/BlackBone/src/BlackBone/Process/Process.cpp:76
↓ 8 callersFunctionGetKernelBase
<summary> Get ntoskrnl base address </summary> <param name="pSize">Size of module</param> <returns>Found address, NULL if not found</returns>
Vendor/BlackBone/src/BlackBoneDrv/Private.c:126
↓ 8 callersFunctionSetLastErrorFromX64Call
Vendor/BlackBone/src/3rd_party/rewolf-wow64ext/src/wow64ext.cpp:395
↓ 8 callersMethodTerminate
<summary> Terminate process </summary> <param name="code">Exit code</param> <returns>Stratus code</returns>
Vendor/BlackBone/src/BlackBone/Process/Process.cpp:189
↓ 8 callersMethodaddRow
Vendor/spdlog-1.x/tests/catch.hpp:16679
↓ 8 callersMethodappendString
Append `str` of `len`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/string.h:181
↓ 8 callersFunctionbase_iterator
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:434
↓ 8 callersMethodcompare
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format-inl.h:498
↓ 8 callersFunctioncopy
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/ranges.h:26
↓ 8 callersFunctiondigits2
Converts value in the range [0, 100) to a string.
Vendor/spdlog-1.x/include/spdlog/fmt/bundled/format.h:919
↓ 8 callersMethodflush
Vendor/spdlog-1.x/include/spdlog/sinks/base_sink-inl.h:33
↓ 8 callersMethodgetArg
Get argument at index `id`.
Vendor/BlackBone/src/3rd_party/AsmJit/base/compiler.h:1302
↓ 8 callersMethodgetDisplacement
Get memory operand relative displacement.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:1464
↓ 8 callersMethodgetMessage
Vendor/spdlog-1.x/tests/catch.hpp:8368
↓ 8 callersFunctiongetOffset
Get the current offset in the buffer.
Vendor/BlackBone/src/3rd_party/AsmJit/base/assembler.h:203
↓ 8 callersMethodgetRegSize
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86context_p.h:124
↓ 8 callersMethodgetRegType
Get register type.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:547
↓ 8 callersMethodgetSourceInfo
Vendor/spdlog-1.x/tests/catch.hpp:8371
↓ 8 callersMethodisGpb
Get whether the variable is Gpb (8-bit) register.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86compiler.h:554
↓ 8 callersFunctionnothing_closed
Vendor/BlackBone/src/BlackBoneTest/TestGuard.cpp:165
↓ 8 callersFunctionrotating_logger_mt
Vendor/spdlog-1.x/include/spdlog/sinks/rotating_file_sink.h:63
↓ 8 callersFunctionto_short_c_str
Vendor/spdlog-1.x/include/spdlog/common-inl.h:28
↓ 8 callersFunctionvalue
Vendor/spdlog-1.x/tests/catch.hpp:3999
↓ 8 callersMethodvalue
Vendor/BlackBone/src/BlackBone/Include/CallResult.h:79
↓ 7 callersMethodCreateRPCEnvironment
<summary> Create environment for future remote procedure calls _userData layout (x86/x64): ----------------------------------------------------------
Vendor/BlackBone/src/BlackBone/Process/RPC/RemoteExec.cpp:320
↓ 7 callersFunctionIsWindows10OrGreater
Vendor/BlackBone/src/3rd_party/VersionApi.h:252
↓ 7 callersMethodRemoveManualModule
<summary> Remove module from module list </summary> <param name="filename">Module file name</param> <param name="mt">Module type. 32 bit or 64 bit</pa
Vendor/BlackBone/src/BlackBone/Process/ProcessModules.cpp:621
↓ 7 callersMethodSetContext
<summary> Set WOW64 thread context </summary> <param name="ctx">Context to set</param> <param name="dontSuspend">true if thread shouldn't be suspended
Vendor/BlackBone/src/BlackBone/Process/Threads/Thread.cpp:149
↓ 7 callersFunctionX86GpReg
Create a dummy Gp register.
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86operand.h:777
↓ 7 callersMethodalloc
Vendor/BlackBone/src/3rd_party/AsmJit/x86/x86context.cpp:3553
↓ 7 callersFunctioncount_digits
Vendor/spdlog-1.x/include/spdlog/details/fmt_helper.h:83
↓ 7 callersFunctiondebug
Vendor/spdlog-1.x/include/spdlog/logger.h:150
↓ 7 callersMethoddequeue_for
try to dequeue item. if no item found. wait up to timeout and try again Return true, if succeeded dequeue item, false otherwise
Vendor/spdlog-1.x/include/spdlog/details/mpmc_blocking_q.h:54
← previousnext →201–300 of 4,875, ranked by callers