flat assembler
Message board for the users of flat assembler.
Index
> Linux > load *.so from memory |
Author |
|
charme 06 Dec 2013, 03:00
we know that, dlopen dlsym dlclose
but these API just for the file. if i want load it from memory,how can i do? i just read the dlopen src(in glibc),but i dont't know futher. so anyone study this? ths just like this! Code: unsigned char socontent[] = {0x30,0x10 ...}; void* map = _mydlopen(socontent); dlsym(map,"xxx"); ... _________________ do it,do our best! ---------------------------------------------------------- http://chx4.net |
|||
06 Dec 2013, 03:00 |
|
HaHaAnonymous 08 Dec 2013, 17:49
[ Post removed by author. ]
Last edited by HaHaAnonymous on 28 Feb 2015, 19:08; edited 1 time in total |
|||
08 Dec 2013, 17:49 |
|
charme 09 Dec 2013, 04:32
HaHaAnonymous wrote:
thank you anyway. first,i dosn't coding a malicious software,just want protect my so file(because some core function in it) idea1:i just researching about this. idea2:this can be ok,but not effective.i had test it. _________________ do it,do our best! ---------------------------------------------------------- http://chx4.net |
|||
09 Dec 2013, 04:32 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.