___Table of contents___
# 1. Introduction
# 2. Related works
# 3. Proposed system
# 4. Evaluation
# 5. Conclusion
# REFERENCES
Website |
Blog |
Docs |
Conference |
Slack
PortEx is a Java library for static malware analysis of Portable Executable files. Its focus is on PE malformation robustness, and anomaly detection. PortEx is written in Java and Scala, and targeted at Java applications.
For more information have a look at PortEx Wiki and the Documentation
PortexAnalyzer CLI is a command line tool that runs the library PortEx under the hood. If you are looking for a readily compiled command line PE scanner to analyse files with it, download it from here PortexAnalyzer.jar
The GUI version is available here: PortexAnalyzerGUI
- William Stallings (2017). "Cryptography and Network Security: Principles and Practice," 7th Edition. Pearson Education.
- Michael E. Whitman, Herbert J. Mattord (2017), "Principles of Information Security," 6th Edition. Cengage Learning.
- Adel Ben Mnaouer, Lamia Chaari Fourati (2021). "Enabling Blockchain Technology for Secure Networking and Communications." IGI Global.
- Glen D. Singh (2019), "Learn Kali Linux 2019." Packt Publishing.
- Kali Linux - kali.org
- DVWA (Damn Vulnerable Web Application) - dvwa.co.uk