Giter VIP home page Giter VIP logo

Comments (10)

taviso avatar taviso commented on June 8, 2024

I'm not sure what aur is, but it looks like you're using tar to extract mpam-fe.exe, but it's a cabinet file and requires cabextract. Does that help?

from loadlibrary.

vendforce avatar vendforce commented on June 8, 2024

aur is the arch repos
https://aur.archlinux.org/packages/loadlibrary-git/

pacaur -Ss cabextract # search for install
community/cabextract 1.6-1 [installed]
A program to extract Microsoft cabinet (.CAB) files

I have cabextract installed is there any other reason it wont install

I've also tried downloading from git and doing make & make install same error

from loadlibrary.

taviso avatar taviso commented on June 8, 2024

When you type make it says LZX decompression failed? I've never seen that error before, I can't really imagine where it's coming from...

Can you paste the full output of make?

from loadlibrary.

vendforce avatar vendforce commented on June 8, 2024

sorry the compress error isn't happening with git but it seems to have problems with the library

compile using make

https://pastebin.com/tVXFUqUt

execute mpclient output

./mpclient /user/textfile
pe_load_library(): failed to open pe library engine/mpengine.dll, No such file or directory
main(): You must add the dll and vdm files to the engine directory

from loadlibrary.

vendforce avatar vendforce commented on June 8, 2024

mpengine.dll is missing from the engine folder

this is all that is listed in the engine folder

createmap.idc README.md

from loadlibrary.

taviso avatar taviso commented on June 8, 2024

It looks like it's working, you just need to download this file which contains the engine and virus signatures:

http://go.microsoft.com/fwlink/?LinkID=121721&arch=x86

Then run cabextract to unpack it, and then it should work.

from loadlibrary.

vendforce avatar vendforce commented on June 8, 2024

cabextract mpam-fe.exe
mpam-fe.exe: no valid cabinets found

All done, errors in processing 1 file(s)

from loadlibrary.

vendforce avatar vendforce commented on June 8, 2024

ok got it working

it was bad link

from loadlibrary.

taviso avatar taviso commented on June 8, 2024

I dunno, maybe the download was corrupted or interrupted - try downloading it again.

$ file mpam-fe.exe 
mpam-fe.exe: PE32 executable (GUI) Intel 80386, for MS Windows
$ du -m mpam-fe.exe 
121	mpam-fe.exe

Make sure it looks sane, it should be about 120MB and a PE32 file...otherwise, maybe you have an old version of cabextract? What version?

from loadlibrary.

taviso avatar taviso commented on June 8, 2024

Ah, you got it working 👍 :-)

from loadlibrary.

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.