Home Artists Posts Import Register
Patreon importer is back online! Tell your friends ✅

Downloads

Content

This is the second in a short three-part series on pointers. In this tutorial we take a look at VOID pointers, VOID*, PVOID, PVOID* etc. We also discuss casting and briefly touch on memory allocation and access via VOID pointers.

Further Reading

Hands On Example

Attached to this post is the compiled example we analyzed in the tutorial. You are encouraged to analyze the binary in the disassemble of your choice and identify how memory is assigned to the pointer, and the pointer is cast. 

Debugging the example is also encouraged!

Files

Understanding Pointers for Reverse Engineers Part 2 - Void Pointers and Casting

This is "Understanding Pointers for Reverse Engineers Part 2 - Void Pointers and Casting" by OALABS on Vimeo, the home for high quality videos and the...

Comments

No comments found for this post.