nsvaidya / strcmp

A small python utility for comparing strings of multiple files located in single folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make code structured, fast and efficient

nsvaidya opened this issue · comments

This program extracts out the same lines from more than one files, which are having string dump of malware samples. The code is working, but it is unstructured, slow and inefficient. Any help will be appreciated.

Hi i'd like to help in this :)

Sure, @HoussemCharf , your contribution will be appreciated.

Can you also put the file which you are trying to analyse? It would be more helpful and quicker to replicate and evaluate performance.

You can now find the sample files in repository.

Now are you happy with performance after recent pull request merge with hashset ?

Yes. Thanks to all of you.