Skip to content

Proof of concept of ptrace for editing memory region over the air (In particular Adobe Flash Player here)

License

Notifications You must be signed in to change notification settings

JoseCarlosGarcia95/FlashMemEditorUnix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashMemEditorUnix

Proof of concept of ptrace and proc/pid/mem for editing adobe flash scripts on the air.

Proof of concept of ptrace function in C

With this code you can edit easily flash games memory easily (I know that I'm living in the past)

Usage

git clone [email protected]:JoseCarlosGarcia95/FlashMemEditorUnix.git'
cd FlashMemEditorUnix

Edit main.c with your payloads.

make
sudo ./flashhack

Functions

/**
    Search a string and then replace it.
*/
void flash_memory_payload_string(char *, char *);

/**
    Search a integer value and then replace it.
*/
void flash_memory_payload_int(int, int);

/**
    Wait until you open a flash executable.
*/
void flash_memory_wait_until_flash();

About

Proof of concept of ptrace for editing memory region over the air (In particular Adobe Flash Player here)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published