[fpc-pascal] Where do the instructions start in the executable and/or dll ?

2007-07-25 Thread Skybuck Flying
Hello, I have a (64 bit) executable. I want to read the instructions directly from the executable. I assume this is possible ? I assume the instructions are not encrypted or otherwise "garbled" ? How can one figure out where the instructions start in the executable ? (The instruction byte e

[fpc-pascal] Free Pascal port of ffmpeg API example

2007-07-25 Thread BlueCat
Hi, FPC forks. I have ported apiexample.c of ffmpeg to Free Pascal on Mac OS X. I owed many on Victor Zinetz's efforts, but some modifications were made. Your suggestions or improvements are very welcome. The zipped file is http://www.nabble.com/file/p11795857/mpegpas01.zip mpegpas01.zip . --