diff --git a/README.md b/README.md index 9c17bac..bce6fb2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Each directory is composed of 5 files: The main index.csv is the DB which you will look in to find malwares indexed on your drive. We use the , charachter as the delimiter to our CSVs. The structure is al follows: - uid,location,type,name,version,author,language,date + uid,location,type,name,version,author,language,date,platform,architecture - UID - Determined base on the indexing process. Does not really have any purpose yet. - Location The location on the drive of the malware you have searched for. This and the UID field are automatically built on run by Rebuild_CSV.sh. @@ -65,6 +65,8 @@ The structure is al follows: - Author - ... I'm not that into documentation... - Language - VB/C/ASM/C++/Java or binaries (bin) - Date - See 'Author' section. +- Platform - Platform can be win32,win64,android,ios. +- Architecture - Can be x86,x64,arm and so on. ## Structure of index.log: @@ -83,10 +85,10 @@ The repository holding all files is currently Stuff which are in the making: - [X] Fix EULA for proper disclaimer. -- [ ] More precise searching and indexing including platform and more. +- [X] More precise searching and indexing including platform and more. - [ ] We have about 400 more malwares to map and add - [ ] Git update of platform and new malware. - [ ] Fix display of search. -- [ ] Enable support for platform and architecture in indexing. +- [x] Enable support for platform and architecture in indexing. If you have any suggestions or malware that you have indexed as in the documentations please send it to us to yuvaln210 [at] your most popular mail server so we can add it for every one's enjoyment. \ No newline at end of file