MCPcopy Create free account

hub / github.com/Rob--/memoryjs / functions

Functions103 in github.com/Rob--/memoryjs

↓ 16 callersMethodopenProcess
lib/process.cc:15
↓ 12 callersMethodreadMemory
lib/memory.h:16
↓ 8 callersFunctionreadBuffer
(handle, address, size, callback)
index.js:116
↓ 8 callersMethodwriteMemory
lib/memory.h:67
↓ 6 callersMethodgetRegions
lib/memory.cc:10
↓ 5 callersMethodgetModules
lib/module.cc:39
↓ 5 callersMethodgetProcesses
lib/process.cc:67
↓ 5 callersMethodreadBuffer
lib/memory.h:22
↓ 4 callersMethodfindModule
lib/module.cc:15
↓ 4 callersMethodsearch
lib/pattern.cc:17
↓ 3 callersMethodawaitDebugEvent
lib/debugger.cc:95
↓ 3 callersFunctionfindModule
lib/memoryjs.cc:233
↓ 3 callersMethodfindPattern
based off Y3t1y3t's implementation */
lib/pattern.cc:64
↓ 3 callersFunctiongetModules
lib/memoryjs.cc:170
↓ 3 callersMethodhandleDebugEvent
lib/debugger.cc:160
↓ 3 callersMethodsetHardwareBreakpoint
lib/debugger.cc:27
↓ 2 callersFunctionfindPattern
lib/memoryjs.cc:721
↓ 2 callersFunctiongetProcesses
lib/memoryjs.cc:114
↓ 2 callersFunctionreadBuffer
lib/memoryjs.cc:449
↓ 2 callersFunctionroutine
test/src/protectionTest.cpp:9
↓ 2 callersFunctionrun
(script)
scripts/install.js:11
↓ 2 callersFunctionrun
(script)
scripts/debug.js:11
↓ 1 callersFunctionSTRUCTRON_TYPE_STRING
src/utils.js:19
↓ 1 callersMethodattach
lib/debugger.cc:14
↓ 1 callersMethodbusy
(register)
src/debugger.js:48
↓ 1 callersMethodgetRegister
()
src/debugger.js:40
↓ 1 callersFunctionhandleDebugEvent
lib/memoryjs.cc:1313
↓ 1 callersFunctioninject
lib/dll.h:12
↓ 1 callersMethodmonitor
(register, timeout = 100)
src/debugger.js:125
↓ 1 callersFunctionreadMemoryBE
(handle, address, dataType, callback)
index.js:62
↓ 1 callersMethodreadString
lib/memory.h:32
↓ 1 callersFunctionsetHardwareBreakpoint
lib/memoryjs.cc:1333
↓ 1 callersMethodunbusy
(register)
src/debugger.js:52
↓ 1 callersFunctionunload
lib/dll.h:56
↓ 1 callersFunctionwriteBuffer
(handle, address, buffer)
index.js:206
↓ 1 callersFunctionwriteMemoryBE
(handle, address, value, dataType)
index.js:142
FunctionGetLastErrorToString
https://stackoverflow.com/a/17387176
lib/memoryjs.cc:1549
Methodattach
(processId, killOnDetach = false)
src/debugger.js:66
FunctionattachDebugger
lib/memoryjs.cc:1232
FunctionawaitDebugEvent
lib/memoryjs.cc:1271
Functioncall
lib/functions.h:36
FunctioncallFunction
(handle, args, returnType, address, callback)
index.js:238
FunctioncallFunction
lib/memoryjs.cc:880
FunctioncloseHandle
lib/memoryjs.cc:108
FunctioncloseProcess
(handle)
index.js:22
MethodcompareBytes
lib/pattern.cc:89
Methodconstructor
()
src/debugger.js:29
Methodconstructor
(memoryjs)
src/debugger.js:58
Methoddetach
(processId)
src/debugger.js:76
FunctiondetachDebugger
lib/memoryjs.cc:1252
Methoddetatch
lib/debugger.cc:23
FunctionfindModule
(moduleName, processId, callback)
index.js:34
FunctionfindPattern
()
index.js:210
FunctionfindPatternByAddress
lib/memoryjs.cc:823
FunctionfindPatternByModule
lib/memoryjs.cc:770
MethodgetBaseAddress
lib/module.cc:9
FunctiongetModules
(processId, callback)
index.js:42
FunctiongetProcesses
(callback)
index.js:26
FunctiongetRegions
(handle, getOffsets, callback)
index.js:262
FunctiongetRegions
lib/memoryjs.cc:1059
MethodgetThreads
lib/module.cc:70
Functioninit
lib/memoryjs.cc:1576
FunctioninjectDll
(handle, dllPath, callback)
index.js:278
FunctioninjectDll
lib/memoryjs.cc:1383
Functionmain
test/src/MemoryTest.cpp:7
Functionmain
test/src/protectionTest.cpp:14
Functionmain
test/src/functionTest.cpp:10
FunctionmapViewOfFile
(processHandle, fileHandle, offset, viewSize, pageProtection)
index.js:310
FunctionmapViewOfFile
lib/memoryjs.cc:1514
Methodmemory
lib/memory.cc:7
FunctionopenFileMapping
(fileName)
index.js:302
FunctionopenFileMapping
lib/memoryjs.cc:1499
FunctionopenProcess
(processIdentifier, callback)
index.js:14
FunctionopenProcess
lib/memoryjs.cc:32
Methodpattern
lib/pattern.cc:14
Methodprocess
lib/process.cc:8
Functionread
(buffer, offset)
src/utils.js:20
Functionread
(buffer, offset)
examples/buffers.js:27
MethodreadChar
lib/functions.cc:7
MethodreadChar
lib/memory.h:26
FunctionreadMemory
(handle, address, dataType, callback)
index.js:50
FunctionreadMemory
lib/memoryjs.cc:293
FunctionremoveHardwareBreakpoint
lib/memoryjs.cc:1363
MethodremoveHardwareBreakpoint
(processId, register)
src/debugger.js:81
MethodreserveString
lib/functions.cc:13
MethodsetHardwareBreakpoint
(processId, address, trigger, dataType)
src/debugger.js:98
FunctiontestAdd
test/src/functionTest.cpp:5
FunctionunloadDll
(handle, module, callback)
index.js:294
FunctionunloadDll
lib/memoryjs.cc:1430
FunctionvirtualAllocEx
(handle, address, size, allocationType, protection, callback)
index.js:246
FunctionvirtualAllocEx
lib/memoryjs.cc:1172
FunctionvirtualProtectEx
(handle, address, size, protection, callback)
index.js:254
FunctionvirtualProtectEx
lib/memoryjs.cc:1007
FunctionvirtualQueryEx
(handle, address, callback)
index.js:270
FunctionvirtualQueryEx
lib/memoryjs.cc:1114
Functionwrite
(value, context, offset)
src/utils.js:33
Functionwrite
(value, context, offset)
examples/buffers.js:30
FunctionwriteBuffer
lib/memoryjs.cc:657
FunctionwriteMemory
(handle, address, value, dataType)
index.js:124
FunctionwriteMemory
lib/memoryjs.cc:502
next →1–100 of 103, ranked by callers