Giter Club home page Giter Club logo

muninn's People

Contributors

ytisf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

muninn's Issues

2 small issues

Hey man, Awesome tool, certainly helps with my initial triage of memory samples so thanks for writing it.

I found 2 small things that gave an error when running it initially. Once the vol.py path is set and it begins the assessment i received the following error
Traceback (most recent call last):
File "/PATH/./muninn.py", line 133, in
doc.InitiateDocument(casenumber, date, filename, vol._md5sum, vol._image_type) # Generate document template
File "/PATH/imports/report_manager.py", line 46, in InitiateDocument
curr_filename = self.get_file_name(casenumber)
File "/PATH/imports/report_manager.py", line 31, in get_file_name
return "CS" + str(case_num) + "-" + number + ".txt"

So within the file report_manager.py on line 31 was the statement "return "CS" + str(case_num) + "-" + number + ".txt"" which i suspect python was interpreting number as an actual integer given thats the name i gave my report, i changed that line to

"return "CS" + str(case_num) + "-" + str(number) + ".txt" "

Then that error was resolved.

The next error i received was

Traceback (most recent call last):
File "/PATH/./muninn.py", line 154, in
doc.pri
AttributeError: Secretary instance has no attribute 'pri'

So navigating to that statement it seemed it wasnt finished and wasnt calling any specific method so i just commented it out as the statements above and below it seemed to be fine.

Then the tool worked fine and i received the output i expected from it.

Awesome tool and just wanted to give some feedback. Thanks!

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.