Libraries, important.
Posted: Mon Apr 16, 2001 11:00 pm
Hi,
Ive got a question about libraries. How calling them should looks like? call address?It's not the best idea, because I want to have a kind of protection, something that would filter function callings. Like the normal user can't for example call a function that would send a RAW PACKET.
BTW: Does anyone have informations about memory organisation in popular OSes? - I mean types of memory protection, paging mecganisms.
Another question is how to use gcc to compile .bin file with "org at some address" without using a standard libc, to use mine lib?
Anyone has information about building functions if we don't know how much arguments we have?
Ive got a question about libraries. How calling them should looks like? call address?It's not the best idea, because I want to have a kind of protection, something that would filter function callings. Like the normal user can't for example call a function that would send a RAW PACKET.
BTW: Does anyone have informations about memory organisation in popular OSes? - I mean types of memory protection, paging mecganisms.
Another question is how to use gcc to compile .bin file with "org at some address" without using a standard libc, to use mine lib?
Anyone has information about building functions if we don't know how much arguments we have?