mandibule icon indicating copy to clipboard operation
mandibule copied to clipboard

linux elf injector for x86 x86_64 arm arm64

Results 6 mandibule issues
Sort by recently updated
recently updated
newest added

For my last issue: https://github.com/ixty/mandibule/issues/2 I commit the patch: https://github.com/Hackerl/mandibule/commit/92de629dee87e149481c10924d3db2a23280605f ```c unsigned long mandibule_beg(int aligned) { if(!aligned) return (unsigned long)mandibule_beg; unsigned long align_size = (unsigned long)mandibule_beg % 0x1000; return (unsigned...

I want to know the purpose of this environment variable. > FSTACK_PUSH_STR(sp, "MANMAP=1");

```c= for(int i=0; ie_phnum; i++) { phdr = (elf_phdr *)(elf_buf + ehdr->e_phoff + i * ehdr->e_phentsize); // printf("> seg[%d] load: %d addr 0x%llx size 0x%llx\n", i, phdr->p_type == PT_LOAD, phdr->p_vaddr,...

``` FSTACK_PUSH_LONG(sp, 0); for(int i=0; i

build by gcc (Debian 8.3.0-6) 8.3.0 on debian 10, the function address is exactly 0x1000, so there is no space to store parameters. Is there any other way to specify...

> shared arguments too big (51/ max 0) any body meet this problem?