| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Use bignum | William Bruneau | 2019-04-09 | 1 | -9/+79 | |
| | * | | Fix PyGetInt for python 3 | William Bruneau | 2019-03-28 | 1 | -2/+2 | |
| * | | | Merge pull request #1045 from serpilliere/cmp_expr_p3 | Camille Mougey | 2019-05-27 | 1 | -0/+5 | |
| |\ \ \ | ||||||
| | * | | | Expression: add p3 ordering | Fabrice Desclaux | 2019-05-27 | 1 | -0/+5 | |
| * | | | | Merge pull request #1044 from icecr4ck/fix_macos_jitter | serpilliere | 2019-05-25 | 2 | -4/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | Replace macOS bundles by dylibs | Hugo Porcher | 2019-05-23 | 1 | -0/+13 | |
| | * | | | | Fix endianness for macOS | Hugo Porcher | 2019-05-23 | 1 | -4/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1041 from serpilliere/fix_tipo | Pierre Lalet | 2019-05-18 | 9 | -9/+11 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Fix tipo | Fabrice Desclaux | 2019-05-18 | 9 | -9/+11 | |
| |/ / / | ||||||
| * | | | Merge pull request #1037 from commial/refactor/requirements.txt | serpilliere | 2019-05-10 | 2 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Move "llvmlite" to optional requirements | Ajax | 2019-05-09 | 2 | -1/+1 | |
| * | | | | Merge pull request #1036 from commial/refactor/example-loader | serpilliere | 2019-05-10 | 4 | -31/+45 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Loader example: test_pe: remove useless imports, comment and rename | Ajax | 2019-05-09 | 3 | -32/+34 | |
| | * | | | Add loader examples (only "test_pe" for now) in tests | Ajax | 2019-05-09 | 1 | -0/+12 | |
| | * | | | Example: rename elfesteem -> loader | Ajax | 2019-05-09 | 2 | -0/+0 | |
| |/ / / | ||||||
| * | | | Merge pull request #1031 from serpilliere/fix_elf_loader_static | Camille Mougey | 2019-05-02 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | Loader: fix static elf symtab | Fabrice Desclaux | 2019-05-02 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #1026 from Spl3en/master | Camille Mougey | 2019-04-19 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Fix typos in IR documentation | Spl3en | 2019-04-19 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #989 from WilliamBruneau/more_arch_prctl | serpilliere | 2019-04-17 | 1 | -0/+16 | |
| |\ \ \ | ||||||
| | * | | | Add some arch_prctl implementation | William Bruneau | 2019-03-28 | 1 | -0/+16 | |
| | |/ / | ||||||
| * | | | Merge pull request #988 from WilliamBruneau/more_cpuid | serpilliere | 2019-04-17 | 2 | -0/+65 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Python jitter support | William Bruneau | 2019-03-28 | 1 | -0/+30 | |
| | * | | Add some x86_cpuid indexes implementations | William Bruneau | 2019-03-28 | 1 | -0/+35 | |
| | |/ | ||||||
| * | | Merge pull request #1024 from p-l-/fix-py3 | Camille Mougey | 2019-04-12 | 2 | -10/+68 | |
| |\ \ | ||||||
| | * | | Fix paths with Python 3 | Pierre LALET | 2019-04-09 | 2 | -10/+68 | |
| * | | | Fix build on macOS with latest XCode (#1017) | Sergi Àlvarez i Capilla | 2019-04-12 | 1 | -1/+5 | |
| |/ / | ||||||
| * | | Add CET instructions (#1003) | William Bruneau | 2019-04-05 | 3 | -1/+80 | |
| * | | Merge pull request #1011 from icecr4ck/add_simp_compose | Camille Mougey | 2019-04-01 | 3 | -2/+37 | |
| |\ \ | |/ |/| | ||||||
| | * | Fix mistakes and add more pertinent tests | Hugo Porcher | 2019-03-27 | 2 | -6/+13 | |
| | * | Add check to not slice an ExprId | Hugo Porcher | 2019-03-27 | 2 | -9/+10 | |
| | * | Use moduint instead of python int and fix test | Hugo Porcher | 2019-03-21 | 2 | -3/+3 | |
| | * | Add zeroextend and fix loop | Hugo Porcher | 2019-03-21 | 2 | -6/+7 | |
| | * | Add compose_and_mask simplification pass | Hugo Porcher | 2019-03-20 | 3 | -2/+28 | |
| * | | Merge pull request #1010 from serpilliere/fix_C_code | a-vincent | 2019-03-27 | 27 | -819/+931 | |
| |\ \ | ||||||
| | * | | Jitter: fix msp430 example | Fabrice Desclaux | 2019-03-27 | 1 | -1/+0 | |
| | * | | Jitter: fix PyGetInt upper bound | Fabrice Desclaux | 2019-03-27 | 5 | -50/+84 | |
| | * | | Jitter: remove unused automod_cb | Fabrice Desclaux | 2019-03-27 | 6 | -111/+0 | |
| | * | | Jitter: size_t for mem read/write | Fabrice Desclaux | 2019-03-27 | 11 | -54/+73 | |
| | * | | Jitter: PyGetStr const char* | Fabrice Desclaux | 2019-03-27 | 11 | -12/+12 | |
| | * | | Jitter: fix vm_cpu typedef | Fabrice Desclaux | 2019-03-27 | 17 | -359/+359 | |
| | * | | Jitter: updt macro PyGetInt | Fabrice Desclaux | 2019-03-27 | 11 | -167/+171 | |
| | * | | Jitter: alloc size is size_t | Fabrice Desclaux | 2019-03-27 | 5 | -38/+141 | |
| | * | | Jitter: fix arch casts | Fabrice Desclaux | 2019-03-27 | 8 | -25/+25 | |
| | * | | Jitter: fix fabs | Fabrice Desclaux | 2019-03-27 | 1 | -1/+1 | |
| | * | | Jitter: fix bn | Fabrice Desclaux | 2019-03-27 | 1 | -5/+5 | |
| | * | | Jitter: fix float cast | Fabrice Desclaux | 2019-03-27 | 1 | -67/+136 | |
| | * | | Jitter: fix str cast | Fabrice Desclaux | 2019-03-27 | 1 | -2/+2 | |
| | * | | Jitter: fix module ret/noret | Fabrice Desclaux | 2019-03-27 | 11 | -53/+48 | |
| | * | | Jitter: arm fix bad var usage | Fabrice Desclaux | 2019-03-27 | 1 | -1/+1 | |
| |/ / | ||||||