index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
miasm2
/
core
/
sembuilder.py
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Semantic: instr.mode doesn't stand for ir.IRDst.size
Ajax
2015-11-17
1
-3
/
+3
|
|
|
|
|
These objects may represent two different things. In x86, they both have the same value, but this is not always true for others architectures
*
SemBuilder: introduce a new notation {a, b} for ExprCompose
Ajax
2015-11-16
1
-0
/
+27
|
*
SemBuilder: use a local context per function
Ajax
2015-11-16
1
-2
/
+6
|
*
SemBuilder: handle if .. else .. structures
Ajax
2015-11-16
1
-37
/
+46
|
*
SemBuilder: update `ir.get_next_label` API
Ajax
2015-11-16
1
-1
/
+2
|
*
SemBuilder: allow alias (re-assignment of a declared var)
Ajax
2015-11-16
1
-0
/
+1
|
*
SemBuilder: fix recursive visit
Camille Mougey
2015-10-27
1
-7
/
+11
|
*
SemBuilder: Introduce the 'if cond' statement, building a new IRBlock
Ajax
2015-04-24
1
-16
/
+113
|
*
SemBuilder: Get back functions parsed for mnemo_func
Ajax
2015-04-24
1
-5
/
+11
|
*
SemBuilder: PreInit context with needed values
Ajax
2015-04-24
1
-1
/
+10
|
*
SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ↵
Ajax
2015-04-23
1
-15
/
+35
|
|
|
|
ExprOp('X')(Y)`
*
SemBuilder: Handle real variable declaration
Ajax
2015-04-22
1
-0
/
+10
|
*
Core: Introduce SemBuilder, a helper for building semantics side effects
Ajax
2015-04-22
1
-0
/
+145