rieck / malheur

A Tool for Automatic Analysis of Malware Behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malheur 0.4.6 installation steps with libconfig-1.3.2 and libarchive-2.7.0

wangjingan opened this issue · comments

Excuse me, i am currently doing a research about Malheur therefore i need to get the comparison of precision and recall of Malheur version 0.4.6 and newest (0.5.3). Currently the problem i am facing is libarchive-2.7.0.tar.gz from https://github.com/libarchive/libarchive/downloads and after tar that particular version and configure, "make" cannot be completed, with an error like below, although ./configure ran well.

libar 2 7 0

What is the solution for this error above?

This is what dpkg returns:

mad@maddox:~$ dpkg -s libarchive-dev
Package: libarchive-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 1008
Maintainer: Ubuntu Developers ubuntu-devel-discuss@lists.ubuntu.com
Architecture: i386
Source: libarchive
Version: 3.0.3-6ubuntu1
Replaces: libarchive1 (<< 2.8.5-3)
Depends: libarchive12 (= 3.0.3-6ubuntu1)
Breaks: libarchive1 (<< 2.8.5-3)

My ubuntu version is:

mad@maddox:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise

Hope it helps.

On 24 February 2014 08:22, Paolo Di Prodi robomotic@gmail.com wrote:

On Ubuntu 12.10 with the apt-get install libarchive-dev works on my system.
Peraphs the version you get on the git is too new?
Will check the versions on my system and let you know.

On 24 February 2014 08:19, Haryanto notifications@github.com wrote:

Excuse me, i am currently doing a research about Malheur therefore i need
to get the comparison of precision and recall of Malheur version 0.4.6 and
newest (0.5.3). Currently the problem i am facing is
libarchive-2.7.0.tar.gz from
https://github.com/libarchive/libarchive/downloads and after tar that
particular version and configure, "make" cannot be completed, with an error
like below, although ./configure ran well.

[image: libar 2 7 0]https://f.cloud.github.com/assets/2390075/2243401/daea7bb8-9d29-11e3-9dcc-fa91faf379c7.png

What is the solution for this error above?

Reply to this email directly or view it on GitHubhttps://github.com//issues/3
.

Dr. Paolo Di Prodi

Dr. Paolo Di Prodi

First of all, this looks like a problem with libarchive and not Malheur. The error is actually just a warning. You can change this by removing -Werror from the gcc flags.

On another note, why are you trying to compare two versions of Malheur?

i plan to learn the precision and recall between these two version. Firstly i apologize for putting more than one topic in one issue yet i think they are related.

taken from data set website.
malheur 0 4 6

i manage to install and run this below.
malheur 0 5 4

if libarchive have no part against malheur "make check" shown as below. What is the problem?
0 4 6 error

because whenever i run malheur command with it, error shown as below:
error 0 4 6

You need to adapt the configuration file of Malheur. If you are processing the MIST reports, you need to set the corresponding parameters in the configuration file. You can find details in the manual page.

However, I still don't see any point in comparing the performance of version 0.4.6 and 0.5.4. If you go through the history of commits, you may notice several small changes and fixes between the versions. Note that the two versions may also feature different configuration files and options.

@rieck ok thank you very much for the input. currently i'm learning how to extract feature and put them into MIST.
@robomotic your libarchive-dev, works very great. I remake whole stuff above in Ubuntu 10.04.4 server. Somehow it magically done.

screenshot 2014-02-26 23 08 04

Sorry for bothering, this issue may be close now.
Also if there is any clue for extracting feature into MIST format, please share :>
peace.