× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



From: Bruce Wilson <bruce.wilson2@xxxxxxxxxxx>
> On earlier releases it found the EXT entry point ... currently it will
execute
> the first entry point regardless of type .. knowing if this is INT and that
> there is no connection back to the invocation stack, and by setting return
> instruction pointer with care one perhaps can violate the architecture and
> open security vulnerabilities?
>

Branching to an instruction pointer passed as a parameter
is done by a BCCTR RISC-instruction.
If you disassemble the generated RISC code (e.g. with SST)
and find the BCCTR instruction, you will find just before it
a TD instruction. This instruction is the one that checks for
valid branch point. Replace the TD instruction by a NOP
(hex 60000000) and you can do your unnatural act. But beware,
you have to do things exactly right, or your machine will
fall over.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.