mandiant / flare-fakenet-ng

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

FakeNet-NG to Python 3 #153

Closed strictlymike closed 1 year ago

strictlymike commented 1 year ago

Migrate FakeNet-NG to Python 3. Scope includes:

Use the full test procedure for both Windows and Linux testing, to confirm that the results using Python 3 match the results using Python 2.

Before releasing, verify that the setup requirements for the Python 3 version of FakeNet-NG are well-understood and are taken care of in setup.py file (and/or documented in README.md).

tinajn commented 1 year ago

Working on this issue.

DrJZoidberg commented 1 year ago

@tinajn what's the status of this? I can lend a hand in my free time if you want

tinajn commented 1 year ago

@DrJZoidberg Development is completed, testing is ongoing.

samrath-sudesh-acharya commented 1 year ago

@tinajn @DrJZoidberg since the codebase is changed to python3, shall I wait for the codebase to get updated or could I contribute in python2?

tinajn commented 1 year ago

@samrath-sudesh-acharya I recommend waiting until we merge the porting code (expect an update next week).

samrath-sudesh-acharya commented 1 year ago

@tinajn ok