| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -213/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -12/+19 |
| | | |||||
| * | Linux fake: __libc_start_main implementation for PPC | Ajax | 2018-03-05 | 1 | -8/+39 |
| | | | | | See glibc: 'sysdeps/unix/sysv/linux/powerpc/libc-start.c' for details | ||||
| * | Various Win32 API additions/fixes (#616) | Adrien Guinet | 2017-10-31 | 1 | -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 Linux | Ajax | 2017-04-06 | 1 | -0/+30 |
| | | |||||
| * | Introduce a naive "System V" calling convention | Ajax | 2017-04-06 | 1 | -28/+28 |
| | | |||||
| * | remove #! command line on files not supposed to be run at top level | Aymeric Vincent | 2017-01-05 | 1 | -1/+0 |
| | | |||||
| * | Os_dep: fix get/set str | Fabrice Desclaux | 2016-09-29 | 1 | -6/+5 |
| | | |||||
| * | Linux/api: add memset; fix printf | Fabrice Desclaux | 2015-08-09 | 1 | -14/+102 |
| | | |||||
| * | os_dep/linux: use named arguments | Pierre LALET | 2015-02-20 | 1 | -23/+24 |
| | | |||||
| * | PyLint: Remove keyword redefinition, bad open mode | Camille Mougey | 2015-02-18 | 1 | -6/+6 |
| | | |||||
| * | Move os_dep out of the jitter module | Fabrice Desclaux | 2014-10-07 | 1 | -0/+78 |