MCPcopy Create free account

hub / github.com/MJx0/KittyMemoryEx / functions

Functions306 in github.com/MJx0/KittyMemoryEx

MethodgetVersion
KittyMemoryEx/KittyUtils.cpp:43
Methodget_BackupSize
KittyMemoryEx/MemoryBackup.cpp:42
Methodget_CurrBytes
KittyMemoryEx/MemoryBackup.cpp:60
Methodget_OrigBytes
KittyMemoryEx/MemoryPatch.cpp:92
Methodget_OrigBytes
KittyMemoryEx/MemoryBackup.cpp:71
Methodget_PatchBytes
KittyMemoryEx/MemoryPatch.cpp:100
Methodget_TargetAddress
KittyMemoryEx/MemoryBackup.cpp:47
MethodinfoFromSoInfo_
KittyMemoryEx/KittyScanner.cpp:1582
Methodinit
KittyMemoryEx/KittyScanner.cpp:1371
Methodis64BitSupported
KittyMemoryEx/KittyUtils.cpp:63
MethodisAttached
* @brief Check if the process is currently attached. */
KittyMemoryEx/KittyTrace.hpp:231
MethodisFile
* @brief Checks if the file is a regular file. * * @return true if the file is a regular file, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:270
MethodisHoudini
* @brief Check if the native bridge implementaion is Houdini. */
KittyMemoryEx/KittyScanner.hpp:1027
MethodisInitialized
* @brief Returns true if initialized, false otherwise. */
KittyMemoryEx/KittyScanner.hpp:740
MethodisMemValid
* @brief Checks if memory operations are valid. */
KittyMemoryEx/KittyMemoryMgr.hpp:85
MethodisPtrExecutable
KittyMemoryEx/KittyPtrValidator.cpp:283
MethodisPtrExecutable
KittyMemoryEx/KittyPtrValidator.hpp:142
MethodisPtrInAddressSpace
* @brief Checks if a pointer is within the address space of the current task. * * @param ptr The memory address to check. * @return tru
KittyMemoryEx/KittyPtrValidator.hpp:126
MethodisPtrReadable
KittyMemoryEx/KittyPtrValidator.cpp:243
MethodisPtrReadable
KittyMemoryEx/KittyPtrValidator.hpp:134
MethodisPtrWritable
KittyMemoryEx/KittyPtrValidator.cpp:263
MethodisPtrWritable
KittyMemoryEx/KittyPtrValidator.hpp:138
MethodisUnknown
* @brief Checks if the map is unknown (i.e., no pathname). */
KittyMemoryEx/KittyMemoryEx.hpp:62
MethodisValid
* @brief Checks if the ElfScanner class is valid. */
KittyMemoryEx/KittyScanner.hpp:284
MethodisValid
* @brief Returns true if initialized, false otherwise. */
KittyMemoryEx/KittyScanner.hpp:987
MethodisValid
* @brief Checks if the instruction is valid. */
KittyMemoryEx/KittyAsm.hpp:53
MethodisValid
* @brief Checks if the instruction is valid. */
KittyMemoryEx/KittyAsm.hpp:148
MethodisValid
KittyMemoryEx/MemoryBackup.cpp:37
MethodisValid
* @brief Checks if the map is valid. */
KittyMemoryEx/KittyMemoryEx.hpp:54
MethodisValidELF
KittyMemoryEx/KittyScanner.cpp:1010
MethodisValidHex
KittyMemoryEx/KittyUtils.cpp:217
MethodlastErrno
* @brief Returns the last error number. */
KittyMemoryEx/KittyMemOp.hpp:83
Methodlinker_offsets
* @brief Returns the linker symbols offsets. */
KittyMemoryEx/KittyScanner.hpp:757
MethodlistFilesCallback
KittyMemoryEx/KittyIOFile.cpp:262
Methodloads
* @brief Elf's number of loads. */
KittyMemoryEx/KittyScanner.hpp:342
Functionmain
example-linux/example.cpp:11
Functionmain
example-android/example.cpp:11
MethodmemOp
* @brief Returns memory operations pointer. */
KittyMemoryEx/KittyMemoryMgr.hpp:93
Methodmode
* @brief Returns the file mode. * * @return The file mode. */
KittyMemoryEx/KittyIOFile.hpp:145
MethodnbItfData
* @brief Returns native bridge callbacks data. */
KittyMemoryEx/KittyScanner.hpp:1074
MethodnbItfDataSize
* @brief Returns native bridge callbacks data size. */
KittyMemoryEx/KittyScanner.hpp:1066
MethodnbItf_data_t
KittyMemoryEx/KittyScanner.hpp:875
Methodoperator!=
KittyMemoryEx/KittyMemoryEx.hpp:44
Methodoperator==
KittyMemoryEx/KittyMemoryEx.hpp:37
Methodparse
* @brief Parses the status of a process given its PID. * * @param pid The PID of the process to parse. * @param out A point
KittyMemoryEx/KittyMemoryEx.hpp:166
Methodparse
KittyMemoryEx/KittyMemoryEx.cpp:129
MethodpeekMem
KittyMemoryEx/KittyTrace.cpp:298
Methodperf_event_open
KittyMemoryEx/KittyPerfEvent.hpp:139
MethodpokeMem
KittyMemoryEx/KittyTrace.cpp:329
Methodpoll
KittyMemoryEx/KittyPerfEvent.cpp:216
MethodpollOnce
KittyMemoryEx/KittyPerfEvent.cpp:192
MethodprocessID
* @brief Returns the process ID. */
KittyMemoryEx/KittyMemoryMgr.hpp:68
MethodprocessName
* @brief Returns the process name. * @return The name of the remote process. */
KittyMemoryEx/KittyMemoryMgr.hpp:77
FunctionrandInt
KittyMemoryEx/KittyUtils.hpp:538
FunctionrandomBytes
KittyMemoryEx/KittyUtils.cpp:6
FunctionrandomString
KittyMemoryEx/KittyUtils.cpp:24
Methodread
KittyMemoryEx/KittyIOFile.cpp:34
MethodreadFileToBuffer
* @brief Reads the contents of a file into a buffer. * * @param filePath The file path to read from. * @param buf The buffer to read in
KittyMemoryEx/KittyIOFile.hpp:342
MethodreadFileToString
* @brief Reads the contents of a file into a string. * * @param filePath The file path to read from. * @param str The string to read in
KittyMemoryEx/KittyIOFile.hpp:329
MethodreadMemStr
KittyMemoryEx/KittyMemoryMgr.cpp:109
Methodrefresh
* @brief Refreshes the process status. * * If the tid is less than or equal to 0, it calls the parse function with the pid.
KittyMemoryEx/KittyMemoryEx.hpp:201
MethodrefreshRegionCache
KittyMemoryEx/KittyPtrValidator.cpp:69
MethodremoteCallTimeout
* @brief Returns the default timeout (ms) for remote function calls. */
KittyMemoryEx/KittyTrace.hpp:501
Methodremove
* @brief Removes the file. * * @return true if the file was removed successfully, false otherwise. */
KittyMemoryEx/KittyIOFile.hpp:233
Methodseize
KittyMemoryEx/KittyTrace.cpp:39
MethodsetAutoRestoreRegs
* @brief Sets the automatic registers restore flag for remote function calls. * @param flag True to enable automatic restore, false otherwise.
KittyMemoryEx/KittyTrace.hpp:493
MethodsetBufferSize
* @brief Sets the buffer size used for chunk reads/writes. * * @param size The new buffer size. */
KittyMemoryEx/KittyIOFile.hpp:105
MethodsetDefaultCaller
* @brief Sets the default caller address for remote function calls. * @param caller The default caller address. */
KittyMemoryEx/KittyTrace.hpp:476
MethodsetHardBreakpointAndWait
KittyMemoryEx/KittyTrace.cpp:1079
MethodsetHwBreakpoint
KittyMemoryEx/KittyTrace.cpp:1273
MethodsetOptions
KittyMemoryEx/KittyTrace.cpp:63
MethodsetPID
* @brief Sets the process ID to query memory regions. * * @param pid The process ID to query. */
KittyMemoryEx/KittyPtrValidator.hpp:258
MethodsetRegs
KittyMemoryEx/KittyTrace.cpp:274
MethodsetRemoteCallTimeout
* @brief Sets the default remote function call timeout in milliseconds. * @param ms Timeout in milliseconds (0 or negaive to disable). */
KittyMemoryEx/KittyTrace.hpp:510
MethodsetSoftBreakpointAndWait
KittyMemoryEx/KittyTrace.cpp:877
MethodsetUseCache
* @brief Sets whether to use cached region information. * * @param use_cache True to use cached region information, false to clear the cache
KittyMemoryEx/KittyPtrValidator.hpp:79
Methodsohead
* @brief Returns the first loaded emulated so address. */
KittyMemoryEx/KittyScanner.hpp:1035
MethodsoheadInfo
* @brief Returns the first loaded emulated soinfo. */
KittyMemoryEx/KittyScanner.hpp:1043
Methodsoinfo_offsets
* @brief Returns the soinfo offsets. */
KittyMemoryEx/KittyScanner.hpp:995
Methodsomain
* @brief Returns the linker somain address. */
KittyMemoryEx/KittyScanner.hpp:785
MethodsomainInfo
* @brief Returns the linker somain info. */
KittyMemoryEx/KittyScanner.hpp:809
Methodsonext
* @brief Returns the linker solist tail address. */
KittyMemoryEx/KittyScanner.hpp:797
MethodsonextInfo
* @brief Returns the linker solist tail info. */
KittyMemoryEx/KittyScanner.hpp:820
MethodstartsWith
KittyMemoryEx/KittyUtils.cpp:148
Methodstep
KittyMemoryEx/KittyTrace.cpp:201
Methodstop
KittyMemoryEx/KittyTrace.cpp:106
MethodstopAllThreads
* @brief Stop all of traced process threads. * @return True if the stop was successful, false otherwise. */
KittyMemoryEx/KittyTrace.hpp:279
MethodsymbolEntrySize
* @brief Elf's symbol entry size. */
KittyMemoryEx/KittyScanner.hpp:406
Methodsymbols
KittyMemoryEx/KittyScanner.cpp:829
Methodthreads
* @brief Get a list of all threads in the traced process. * @return A vector of thread IDs. */
KittyMemoryEx/KittyTrace.hpp:243
MethodtoHex
KittyMemoryEx/KittyUtils.cpp:355
Methodtrim
KittyMemoryEx/KittyUtils.cpp:212
MethodvalidateHex
KittyMemoryEx/KittyUtils.cpp:258
Methodwait
KittyMemoryEx/KittyTrace.cpp:155
MethodwaitStep
KittyMemoryEx/KittyTrace.cpp:227
MethodwaitSyscall
KittyMemoryEx/KittyTrace.cpp:181
MethodwriteMem
KittyMemoryEx/KittyMemoryMgr.cpp:101
MethodwriteMemStr
KittyMemoryEx/KittyMemoryMgr.cpp:117
MethodwriteOffsetToFile
KittyMemoryEx/KittyIOFile.cpp:196
MethodwriteToFd
KittyMemoryEx/KittyIOFile.cpp:225
← previousnext →201–300 of 306, ranked by callers