[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can someone help me with these FF commands ?



Nachricht geschrieben von Alfredo Mateus
>One of the authors once told us in the list (a long time ago, I don't
remember who found he, and he is not at adobe anymore) that the
decisions for the code size were completely arbitrary. I guess he never
imagined that so many people would be interested in FF and in more
complex codes.
<

I got pretty deep into decompiling FF and also found the place where the
compiler assembles the machine code that is the final filter. The memory
adress for these codes are created my multiplying the number of the channel
(0-3) by 1024. It was no problem to make this number bigger. Unfortunately
does some important stuff get stored directly behind that memory area which
will be overwritten by the filter code resulting in a nice crash. To make
it short: I don't  have an idea how you can increase the size of the code
area in an easy way. Probably it is possible, but you would have to rewrite
a lot of code.

Cheers
Mario Klingemann