Skip to content

dennisdietrich/UnsafeCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation title

Introduction to unsafe C#: Calling native code and crashing in entirely new ways

Description

Does your C# code have enough access violations? How about mutating supposedly immutable strings? No? What about buffer overflows or heap corruptions? Learn how to do all of this in pure C#, no C or C++ required! In this talk, we’ll be looking at pointers, unions, unmanaged memory, implementing IDisposable and finalizers, and how to call and be called by native code.


Disclaimer

The content of this repo is provided "AS IS" with no warranties, and confers no rights.

About

Slides and samples for "Introduction to unsafe C#: Calling native code and crashing in entirely new ways"

Resources

Stars

Watchers

Forks

Contributors