Giter VIP home page Giter VIP logo

Comments (3)

smoke0506 avatar smoke0506 commented on August 17, 2024
void test_thread() {
	LPSTR args[] = { (LPSTR)"-printf", (LPSTR)"-device", (LPSTR)"fpga://tmread=500" };
	VMM_HANDLE hVmm_ = VMMDLL_Initialize(3, args);
	if (!hVmm_) {
		return;
	}
	DWORD dwPID;
	if (!VMMDLL_PidGetFromName(hVmm_, (LPSTR)"explorer.exe", &dwPID)) {
		return;
	}
	printf("pid: %d\n", dwPID);

	VMMDLL_MAP_THREAD *pThreadMap = NULL;
	PVMMDLL_MAP_THREADENTRY pThreadMapEntry;
	printf("CALL:    VMMDLL_Map_GetThread\n");
	bool result = VMMDLL_Map_GetThread(hVmm_, dwPID, &pThreadMap);
	if (!result) {
		printf("FAIL:    VMMDLL_Map_GetThread\n");
		VMMDLL_Close(hVmm_);
		return ;
	}
}


out info:
[SYMBOL] Functionality may be limited. Extended debug information disabled.
[SYMBOL] Offline symbols unavailable - file 'info.db' not found.
[SYMBOL] Reason: Could not load PDB required file - symsrv.dll/dbghelp.dll.
[SYMBOL] Reason: Could not load PDB required file - libpdbcrust.dll/so.

Initialized 64-bit Windows 10.0.22000
pid: 8888
CALL: VMMDLL_Map_GetThread
FAIL: VMMDLL_Map_GetThread

from memprocfs.

ufrisk avatar ufrisk commented on August 17, 2024

Thread support requires the files your "out info" says are missing.

Download the latest MemProcFS release in which those files exists from here: https://github.com/ufrisk/MemProcFS/releases/latest

from memprocfs.

ufrisk avatar ufrisk commented on August 17, 2024

I'm closing the issue since I hope it will start to work once you added the required dependencies.

Let me know if you still have issues and best wishes with your DMA attacking 👍

from memprocfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.