All Projects → horsicq → Nauz File Detector

horsicq / Nauz File Detector

Licence: mit
Linker/Compiler/Tool detector for Windows, Linux and MacOS.

Projects that are alternatives of or similar to Nauz File Detector

Drsemu
DrSemu - Sandboxed Malware Detection and Classification Tool Based on Dynamic Behavior
Stars: ✭ 237 (+62.33%)
Mutual labels:  malware-analysis, malware-research, malware-detection, reverse-engineering
Xapkdetector
APK/DEX detector for Windows, Linux and MacOS.
Stars: ✭ 208 (+42.47%)
Mutual labels:  malware-analysis, malware-research, malware-detection, reverse-engineering
Apkfile
Android app analysis and feature extraction library
Stars: ✭ 190 (+30.14%)
Mutual labels:  malware-analysis, malware-research, malware-detection, reverse-engineering
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+1942.47%)
Mutual labels:  detect, malware-analysis, malware-research, reverse-engineering
Polichombr
Collaborative malware analysis framework
Stars: ✭ 307 (+110.27%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (-52.74%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Awesome Yara
A curated list of awesome YARA rules, tools, and people.
Stars: ✭ 1,394 (+854.79%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Dex Oracle
A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
Stars: ✭ 398 (+172.6%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
yara
Malice Yara Plugin
Stars: ✭ 27 (-81.51%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+2547.26%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Malware Analysis Scripts
Collection of scripts for different malware analysis tasks
Stars: ✭ 61 (-58.22%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Freki
🐺 Malware analysis platform
Stars: ✭ 285 (+95.21%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Drltrace
Drltrace is a library calls tracer for Windows and Linux applications.
Stars: ✭ 282 (+93.15%)
Mutual labels:  malware-analysis, malware-detection, reverse-engineering
Stoq
An open source framework for enterprise level automated analysis.
Stars: ✭ 352 (+141.1%)
Mutual labels:  malware-analysis, malware-research, malware-detection
malware-writeups
Personal research and publication on malware families
Stars: ✭ 104 (-28.77%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Drakvuf Sandbox
DRAKVUF Sandbox - automated hypervisor-level malware analysis system
Stars: ✭ 384 (+163.01%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Apkid
Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
Stars: ✭ 999 (+584.25%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+221.92%)
Mutual labels:  malware-analysis, malware-detection, reverse-engineering
Malwarelab vm Setup
Setup scripts for my Malware Analysis VMs
Stars: ✭ 126 (-13.7%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Sojobo
A binary analysis framework
Stars: ✭ 116 (-20.55%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering

GitHub tag (latest SemVer) GitHub All Releases

alt text

Nauz File Detector is a portable linker/compiler/packer identifier utility.

The program works on OSX, Linux and Windows. There are two versions of program.

nfd - GUI version nfdc - console version.

alt text alt text

How to build on Linux

Install Qt 5.15.2: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/Nauz-File-Detector.git

Edit build_lin64.bat ( check QT_PATH variable)

Run build_lin64.bat

How to build on OSX

Install Qt 5.15.2: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/Nauz-File-Detector.git

Edit build_mac.bat ( check QT_PATH variable)

Run build_mac.bat

How to build on Windows(XP)

Install Visual Studio 2013: https://github.com/horsicq/build_tools

Install Qt 5.6.3 for VS2013: https://github.com/horsicq/build_tools

Install 7-Zip: https://www.7-zip.org/

Clone project: git clone --recursive https://github.com/horsicq/Nauz-File-Detector.git

Edit build_winxp.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_winxp.bat

How to build on Windows(7-10)

Install Visual Studio 2019: https://github.com/horsicq/build_tools

Install Qt 5.15.2 for VS2019: https://github.com/horsicq/build_tools

Install 7-Zip: https://www.7-zip.org/

Clone project: git clone --recursive https://github.com/horsicq/Nauz-File-Detector.git

Edit build_win32.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables) Edit build_win64.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_win32.bat Run build_win64.bat

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].