Skip to content

Dartpixel/Cyber-Threat-Analysis-and-Mitigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PE format

It provoids information to the windows loader on how to manage the executable code wrapped inside.

We have headers with all this information like:

DOS header : to validate and exeute in the dos tub. PE header : contains lot of information like location of the code in memory, the size of the code,etc. Optional header Sections table

Sections : they contains actual code, exported directories, imported functions, etc.

Neural networks are a class of machine learning models inspired by the structure and functioning of the human brain. Neural networks are capable of learning complex mappings from inputs to outputs and are particularly well-suited for tasks such as image and speech recognition, natural language processing, and various other pattern recognition problems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published