8 ms·
Following the ABI is only an issue at module boundaries. If you control every callsite of a function, you can invent whatever calling convention you want.
by terrymah 13y ago
Following the ABI is only an issue at module boundaries. If you control every callsite of a function, you can invent whatever calling convention you want.
- yuhong 13y agoBut you still need the function tables and follow prolog/epilog conventions with x64 for SEH to work.