Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 880 Bytes

File metadata and controls

31 lines (21 loc) · 880 Bytes

Description

This project was created as a linux sample code for this report. It demonstrates some of the hook's capabilities using Tetris game as a target.

Warning: This code does not the same code from the presentation

What does this SO do?

  • randomly sets the position and rotation when creating shapes
  • print the type (number) of the event that occurred

Links

Using

Launch game

make tetris

Launch with so injection

make inject

Tetris source

The source code of the game was taken from here