about summary refs log tree commit diff stats
path: root/miasm2/os_dep/linux_stdlib.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-213/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-12/+19
|
* Linux fake: __libc_start_main implementation for PPCAjax2018-03-051-8/+39
| | | | See glibc: 'sysdeps/unix/sysv/linux/powerpc/libc-start.c' for details
* Various Win32 API additions/fixes (#616)Adrien Guinet2017-10-311-22/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various Win32 API additions/fixes * add a get_size method to Miasm heap object, which allows the implementation of mscvrt_realloc * add the concept of "current directory", with the default value being arbitrary set to "c:\tmp", which allows the implementation of {Get,Set}CurrentDirecrtory * various other methods implemented: - advapi32_RegCloseKey - advapi32_RegCreateKeyW - advapi32_RegSetValueExA - advapi32_RegSetValueExW - kernel32_GetProcessHeap - msvcrt_delete - msvcrt_fprintf - msvcrt_fwrite - msvcrt__mbscpy - msvcrt_new - msvcrt_realloc - msvcrt_sprintf - msvcrt_srand - msvcrt_strrchr - msvcrt_swprintf - msvcrt_wcscat - msvcrt_wcscmp - msvcrt_wcscpy - msvcrt__wcsicmp - msvcrt_wcslen - msvcrt_wcsncpy - msvcrt__wcsnicmp - msvcrt_wcsrchr
* Add basic libc_start_main stub for LinuxAjax2017-04-061-0/+30
|
* Introduce a naive "System V" calling conventionAjax2017-04-061-28/+28
|
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|
* Os_dep: fix get/set strFabrice Desclaux2016-09-291-6/+5
|
* Linux/api: add memset; fix printfFabrice Desclaux2015-08-091-14/+102
|
* os_dep/linux: use named argumentsPierre LALET2015-02-201-23/+24
|
* PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-181-6/+6
|
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-0/+78