In the Swf Catcher Program , When I select a running process , it shows me all the flash files that are running in the process
https://i.stack.imgur.com/VpjCL.png
So what i want to do , is , to make a program that catch all the swf files in the given process , like Swf Catcher , and to convert all the swf to axshockwaveflashobject and control them from there.
I tried to do it with the Process class:
foreach (Process proc in Process.GetProcessesByName("chrome")){}
But I don't have access to the swf that are running in this process.. i would like to get some advice in this subject.Thanks