I am basically looking for a way to extract _fini address within a binary. Naive way I can think of is to use objdump and parse for _fini. Is there a ...
If you really want to do that, you can use the GraphBuider to build a media render graph from the input file. To render the images to a bitmap you have to create a render pin and connect you as output to the render graph. so you can catch the media samples and render them to a bitmap. (sorry i havent ...