public final class EliteBallKnowledge {
private String name;
private String role;
private String currentProject;
private String[] interests;
private String[] primaryLanguages;
private String learning;
public hmmm() {
this.name = "Ferg";
this.role = "Cybersecurity Graduate & Malware Researcher";
this.currentProject = "Bytelock AV Engine";
this.interests = new String[]{
"Malware Analysis",
"Detection Engineering",
"Bingo Enthusiast",
"Threat Intelligence"
};
this.primaryLanguages = new String[]{"C#", "Java"};
this.learning = "Advanced Evasion Techniques";
}Recent cybersecurity graduate trying to specialize in malware analysis and detection techniques. Currently developing Bytelock, a custom antivirus engine that leverages signatures and analysis techniques to identify emerging threats.
- Research Focus: Malware detection methodologies and signature-based analysis
- Primary Tech Stack: C#, Java, and .NET ecosystem
- Current Project: Bytelock AV Engine
---