Giter VIP home page Giter VIP logo

Comments (11)

ufrisk avatar ufrisk commented on July 18, 2024 1

yeah, I'd start by setting a brake point at VMMDLL_Initialize and check out what's up. Something is clearly wrong, and in this case I'm guessing it's something with your code.

If you should run into this issue when running the latest MemProcFS command line please let me know.

Until then I'd unfortunately have to assume there is an error somewhere in your code since I'm unable to replicate the issue command-line.

from memprocfs.

ufrisk avatar ufrisk commented on July 18, 2024

can you post a small screen shot of the issue, I quite don't understand your error.

also it would be good to see your memmap.txt

from memprocfs.

justno-steep avatar justno-steep commented on July 18, 2024

image

And those are both the memmaps i tried:
0x1000 0xA0000
0x100000 0x9D1F000
0xA000000 0xA200000
0xA211000 0xC3276000
0xC3277000 0xCA370000
0xCB9FF000 0xCD000000
0x100000000 0x82F300000

0000 1000 - 9ffff -> 1000
0001 100000 - 9d1efff -> 100000
0002 a000000 - a1fffff -> a000000
0003 a211000 - c3275fff -> a211000
0004 c3277000 - ca36ffff -> c3277000
0005 cb9ff000 - ccffffff -> cb9ff000
0006 100000000 - 82f2fffff -> 100000000

Both gave the same error though

from memprocfs.

ufrisk avatar ufrisk commented on July 18, 2024

Both of them should work. I'm unable to replicate the issue.

Do you have the start of the screenshot above. Also could you attach one of the memmap.txt files that isn't working here in case there is something strange with the file as such.

from memprocfs.

ufrisk avatar ufrisk commented on July 18, 2024

This works completely fine for me.

I however noticed you're running a very ancient version of my tools, LeechCore v2.13.0. Please try again with the most recent version of both MemProcFS and LeechCore, bundled together from the releases section here: https://github.com/ufrisk/MemProcFS/releases/latest

from memprocfs.

justno-steep avatar justno-steep commented on July 18, 2024

I will try as soon as I have time and let you know. Thank you in advance

from memprocfs.

justno-steep avatar justno-steep commented on July 18, 2024

LcMemMap_AddRange: 0000000000000000-000000000009ffff -> 0000000000000000
LcMemMap_AddRange: 0000000000100000-000000ffffffefff -> 0000000000100000
LeechCore v2.16.11: Open Device: fpga
[CORE] Failed to load initial memory map from: '¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦'.

[CORE] SHUTDOWN COMPLETED (0000018E0000F040).
[CORE] TIME: 2024-02-11 19:50:25 UTC.
[CORE] RUNTIME: 0s.

still get the same error

from memprocfs.

ufrisk avatar ufrisk commented on July 18, 2024

what is your command line, can you show it in a screenshot (not copy/paste)?

from memprocfs.

justno-steep avatar justno-steep commented on July 18, 2024

image
doenst really show more besides the stuff i posted before

from memprocfs.

ufrisk avatar ufrisk commented on July 18, 2024

I asked for the command line, the command line you start the MemProcFS with, the one where I see the input arguments. Not the end of the output listing which you showed me before.

from memprocfs.

justno-steep avatar justno-steep commented on July 18, 2024

Oh, my bad. I do not use the command line, I am trying it with C++ so i use leechcore and vmm.

LPSTR args[] = { (LPSTR)"", (LPSTR)"-device", (LPSTR)"fpga", (LPSTR)"-v", (LPSTR)"-printf", (LPSTR)"-vv", (LPSTR)"", (LPSTR)""};
DWORD argc = 6;

std::string directoryPath = std::filesystem::path(buffer).parent_path().string();
directoryPath += "\mmap.txt";

args[argc++] = const_cast("-memmap");
args[argc++] = const_cast(directoryPath.c_str());

HANDLE = VMMDLL_Initialize(argc, args);

I guess maybe my issue lies within there, which would mean you cannot really help me there.

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.