A forum for reverse engineering, OS internals and malware analysis 

 #32845  by nl95
 Wed Apr 24, 2019 9:54 am
Hi there,

I was trying to make a project related to simulating malwares in APT attacks, however, I found these 2 projects:
- https://github.com/mitre/caldera (UI and process are so nice, but it looks not native at all because I want to simulate some special Win APIs or run the shellcode, Ik ctypes could do some of the work but they're just not native)
- https://github.com/NextronSystems/APTSimulator (too simple)

Are there any different malware simulators written in C/C++? Should I write a new one?