We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Hacking .NET(C#) Application: Code of the Hacker

Formale Metadaten

Titel
Hacking .NET(C#) Application: Code of the Hacker
Serientitel
Anzahl der Teile
150
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
This presentation will be code slinging of the .NET Hacker. I will present "code" and code live the normal day-to-day stuff I do as a .NET hacker. I will show the code and process to do things that should not be possible. I will show places you can hide in code and the Runtime. I will show malicious code and it's beauty. I will give a tutorial on the raw/basic skills for building hacks under .NET(C#).Everything I do you can do, it is all simple code with no magic just the .NET Runtime and the basic operating system.Learn how to inject into process memory, mess with objects, access privates, use ASM/Java/Scala/Pascal/ code, bend a GUI, man-in-the-middle a communications layer, rewire a security application (like Biometrics), plant code deep in manager application to give you more control then the admin!IL is the code of our MATRIX, when you know everything is an Object you can bend any world.