hasherezade / malware_training_vol1

Materials for Windows Malware Analysis training (volume 1)
1.94k stars 186 forks source link

Vol1-Mod1.1 compilation - Suggestions #13

Closed pawlos closed 3 years ago

pawlos commented 3 years ago

Slide 6:

Slide 17:

Thanks for this training.

hasherezade commented 3 years ago

Agree about the Slide 17 - I forgot to rename the element after copying it from the previous slide. It will be fixed. But regarding the Slide 6: I wrote:

with intermediate code (bytecode, p-code): i.e. C# (compiled to Common Intermediate Language: CIL aka MSIL)

just to indicate that the name MSIL can be encountered to describe the same thing. I can rephrase it as:

with intermediate code (bytecode, p-code): i.e. C# (compiled to Common Intermediate Language: CIL - previously known as MSIL)

pawlos commented 3 years ago

Perfect, thx.