mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.76k stars 356 forks source link

test.py references hard-coded path to FakeNet-NG #86

Open strictlymike opened 6 years ago

strictlymike commented 6 years ago

As @mlhaigh noted, test.py references a hard-coded path to FakeNet-NG:

 self.fndir = self.genPath('.', '$HOME/files/src/flare-fakenet-ng/fakenet')

The solution is to add proper argument parsing via argparse, which will mean reworking the handling for the other arguments accepted by test.py, too.

tinajn commented 1 year ago

Solved by #153 I believe. @strictlymike Do we need anything else to close this one out?