Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/radareorg/radeco
radare2-based decompiler and symbol executor
https://github.com/radareorg/radeco
Make CFG methods seperately implementable
1ad071328b4c38c74cd064d7e656237784d442e8 authored over 9 years ago by David Kreuter <[email protected]>
1ad071328b4c38c74cd064d7e656237784d442e8 authored over 9 years ago by David Kreuter <[email protected]>
Hide implementation details of NodeData
97120067a54f7d531f5661c48fbb1f176fa483c2 authored over 9 years ago by David Kreuter <[email protected]>
97120067a54f7d531f5661c48fbb1f176fa483c2 authored over 9 years ago by David Kreuter <[email protected]>
Removes struct for DCE
1fe46e3e88ff331a0af3e269c176056784f1f64d authored over 9 years ago by Sushant <[email protected]>
1fe46e3e88ff331a0af3e269c176056784f1f64d authored over 9 years ago by Sushant <[email protected]>
Adds `Clone` trait for `T` for SSAConstruction
- Tidy up the parameters a bit.
43726d4b5483a6c17252154307531ca1844bc511 authored over 9 years ago by Sushant <[email protected]>
Adds dce to the Pipeline
- Modified dce.rs to have DCE struct that finds out the exit node.
- dce automatically performs ...
DCE 3/3 Added DCE Algorithm
Added .node_count() and .remove() to ssa{_traits,storage}
16b3119788fe6e7eca0000bb115426c1ce90b8ef authored over 9 years ago by David Kreuter <[email protected]>
Fixes build on TravisCI
6b7eab01aa73971d9b860d58bcb700690f90acf3 authored over 9 years ago by Sushant <[email protected]>
6b7eab01aa73971d9b860d58bcb700690f90acf3 authored over 9 years ago by Sushant <[email protected]>
Merge branch 'master' of github.com:radare/radeco
dbd4ff4b99772b8f14438018b7a0267ee25e8db8 authored over 9 years ago by Sushant <[email protected]>
dbd4ff4b99772b8f14438018b7a0267ee25e8db8 authored over 9 years ago by Sushant <[email protected]>
Improves constant propagation
- Adds helper methods to make code cleaner
- Fixed constant propagation not really working
- Add...
DCE 2/3 Create RegisterState node for cfg exit and connect correctly.
esilssa.rs: bugfix for run() (order of blocks was wrong)
ssastorage.rs: bugfix for replace() (tri...
DCE 1/3 Introduction of RegisterState
5cd928ab2e7f7ac5af860bb4891b495f25aa823d authored over 9 years ago by David Kreuter <[email protected]>
5cd928ab2e7f7ac5af860bb4891b495f25aa823d authored over 9 years ago by David Kreuter <[email protected]>
Add dream.rs
5c1af02644df925f7ea3f6dee4029a787ac0de23 authored over 9 years ago by David Kreuter <[email protected]>
5c1af02644df925f7ea3f6dee4029a787ac0de23 authored over 9 years ago by David Kreuter <[email protected]>
move phiplacer and regfile out of ssa
6433c7a5de49d9a0897a637f96ced02026382f03 authored over 9 years ago by David Kreuter <[email protected]>
6433c7a5de49d9a0897a637f96ced02026382f03 authored over 9 years ago by David Kreuter <[email protected]>
Removes compiler lints
3102c869d6f72daa1e3e8e4e7af6286d599b1cc2 authored over 9 years ago by Sushant <[email protected]>
3102c869d6f72daa1e3e8e4e7af6286d599b1cc2 authored over 9 years ago by Sushant <[email protected]>
Implements Pipeline for tests
3c21037b85c5456ce558968d33e581d6a507aa13 authored over 9 years ago by Sushant <[email protected]>
3c21037b85c5456ce558968d33e581d6a507aa13 authored over 9 years ago by Sushant <[email protected]>
WIP. Improve Pipeline.
01f1940e08385c546833d65c678c7001467a1633 authored over 9 years ago by Sushant <[email protected]>
01f1940e08385c546833d65c678c7001467a1633 authored over 9 years ago by Sushant <[email protected]>
Implements `Clone` traits for some structs
Implements Clone for the following structs:
- Parser
- CFG
- SSAStorage
WIP. Adds more comments and splits out utils and tests
59dca688f10048068075a6163a4d6830ecf0514b authored over 9 years ago by Sushant <[email protected]>
59dca688f10048068075a6163a4d6830ecf0514b authored over 9 years ago by Sushant <[email protected]>
Implements integration testing framework
f0e25757b5f9a6b3ba55f2ba5a8427ec7934b5e0 authored over 9 years ago by Sushant <[email protected]>
f0e25757b5f9a6b3ba55f2ba5a8427ec7934b5e0 authored over 9 years ago by Sushant <[email protected]>
Move ssa related files to middle/ssa/
5afca3a758bebdf4cbc31d7ac2319ac4fb07ea73 authored over 9 years ago by Sushant <[email protected]>
5afca3a758bebdf4cbc31d7ac2319ac4fb07ea73 authored over 9 years ago by Sushant <[email protected]>
Combine constant nodes with the same value
be463529ed0155e5c00cca8196c48a480e9b01d4 authored over 9 years ago by Sushant <[email protected]>
be463529ed0155e5c00cca8196c48a480e9b01d4 authored over 9 years ago by Sushant <[email protected]>
Add expansion of esil internal varibles
Implemented expansion of %%, %z, %p, %c, %r
CFG hides OpConst instructions
squash
9869475c3eb82b17acec80dafca82afe030d1863 authored over 9 years ago by Sushant <[email protected]>
Updated travis to support coveralls and documentation support
bc66bc91ae64425250bfd146b4df53df0e4b48df authored over 9 years ago by Sushant <[email protected]>
bc66bc91ae64425250bfd146b4df53df0e4b48df authored over 9 years ago by Sushant <[email protected]>
Updated README.md to include coverall.io badge
27c03b4a923a5904a894c065677c4a06027733ed authored over 9 years ago by Sushant <[email protected]>
27c03b4a923a5904a894c065677c4a06027733ed authored over 9 years ago by Sushant <[email protected]>
Some minor cleanup + refactors
b5c7373d15c79fbbda8962184d4924c0d60a9f6e authored over 9 years ago by Sushant <[email protected]>
b5c7373d15c79fbbda8962184d4924c0d60a9f6e authored over 9 years ago by Sushant <[email protected]>
Changed space to tab indent finally!
0b7bf6d313ca5d0d6b143d81ddf578f2c8e663ca authored over 9 years ago by Sushant <[email protected]>
0b7bf6d313ca5d0d6b143d81ddf578f2c8e663ca authored over 9 years ago by Sushant <[email protected]>
Move EdgeData, add ssaquote.rs
f6e31a5c7d80ed6601b6943c82942a0fba42ca30 authored over 9 years ago by David Kreuter <[email protected]>
f6e31a5c7d80ed6601b6943c82942a0fba42ca30 authored over 9 years ago by David Kreuter <[email protected]>
move transform/ssa to frontend/esilssa and phiplacement to middle
f0c4924e910c639145ce89fb930f559315ee9338 authored over 9 years ago by David Kreuter <[email protected]>
f0c4924e910c639145ce89fb930f559315ee9338 authored over 9 years ago by David Kreuter <[email protected]>
transform/ssa tracks cur/old values now
39441770986365873455219c517f8a117aa9fb4a authored over 9 years ago by David Kreuter <[email protected]>
39441770986365873455219c517f8a117aa9fb4a authored over 9 years ago by David Kreuter <[email protected]>
Remove unused Grid struct. Move util/* into analysis/valueset/math/*
913cf5c20120d27c040b523805f45f67629d36a9 authored over 9 years ago by David Kreuter <[email protected]>
913cf5c20120d27c040b523805f45f67629d36a9 authored over 9 years ago by David Kreuter <[email protected]>
Split ssa into ssa, ssastorage, ssadot
d5a25979a939a6addaf48f825738b35f1e07fe8b authored over 9 years ago by David Kreuter <[email protected]>
d5a25979a939a6addaf48f825738b35f1e07fe8b authored over 9 years ago by David Kreuter <[email protected]>
hopefully semantics preserving shortenings
27cd7aa1f65a1fc52ca0741a353717202dc44160 authored over 9 years ago by David Kreuter <[email protected]>
27cd7aa1f65a1fc52ca0741a353717202dc44160 authored over 9 years ago by David Kreuter <[email protected]>
one simple trick to unclutter your flag data flow
bf6fb93a6891421e808b399b64f6825e53eddce6 authored over 9 years ago by David Kreuter <[email protected]>
bf6fb93a6891421e808b399b64f6825e53eddce6 authored over 9 years ago by David Kreuter <[email protected]>
update simple2 to have an assignment
45ef52b592e197e0cea2cf34d8041f8431186d4e authored over 9 years ago by David Kreuter <[email protected]>
45ef52b592e197e0cea2cf34d8041f8431186d4e authored over 9 years ago by David Kreuter <[email protected]>
Add subregister writing
f895c328de14d18e3e34583a29e45f809d849436 authored over 9 years ago by David Kreuter <[email protected]>
f895c328de14d18e3e34583a29e45f809d849436 authored over 9 years ago by David Kreuter <[email protected]>
Dot fixes and addition of MachineState Edges for Load and Store
5eb611e29e2b146322402c37258353874da74b6a authored over 9 years ago by David Kreuter <[email protected]>
5eb611e29e2b146322402c37258353874da74b6a authored over 9 years ago by David Kreuter <[email protected]>
fix
44ed43b956e8b4ec93e2d8445ab49593624e674a authored over 9 years ago by David Kreuter <[email protected]>
44ed43b956e8b4ec93e2d8445ab49593624e674a authored over 9 years ago by David Kreuter <[email protected]>
Merge branch 'phiplacer' into dev
06242da82343983c4ecf6ffc6682b2670885b930 authored over 9 years ago by David Kreuter <[email protected]>
06242da82343983c4ecf6ffc6682b2670885b930 authored over 9 years ago by David Kreuter <[email protected]>
ValueType derived from instruction.dst and safe_get_node
4e35099ec9cbdcbfb3464085245f95413429e6f1 authored over 9 years ago by David Kreuter <[email protected]>
4e35099ec9cbdcbfb3464085245f95413429e6f1 authored over 9 years ago by David Kreuter <[email protected]>
dkreuters big refactor of ssa.rs (panic edition)
aac1e6c737df024e8056c7d9f299727e6edbde4e authored over 9 years ago by David Kreuter <[email protected]>
aac1e6c737df024e8056c7d9f299727e6edbde4e authored over 9 years ago by David Kreuter <[email protected]>
Added correct width to ssa operations
8fbd8523c6041bb2c985d2f51df9a3a965c2a303 authored over 9 years ago by Sushant <[email protected]>
8fbd8523c6041bb2c985d2f51df9a3a965c2a303 authored over 9 years ago by Sushant <[email protected]>
Fixed addresses. Made dot a bit nicer.
ffbcd2c5250e7cf9e940d53b7aa5fd62ca68efb2 authored over 9 years ago by Sushant <[email protected]>
ffbcd2c5250e7cf9e940d53b7aa5fd62ca68efb2 authored over 9 years ago by Sushant <[email protected]>
Introduced EdgeData::Selector
e1cdc722b248bb152a5e757252a51777c92a4491 authored over 9 years ago by Sushant <[email protected]>
e1cdc722b248bb152a5e757252a51777c92a4491 authored over 9 years ago by Sushant <[email protected]>
add examples again
adeeb8c4acd090f7159634f21c8a25530665ec8a authored over 9 years ago by David Kreuter <[email protected]>
adeeb8c4acd090f7159634f21c8a25530665ec8a authored over 9 years ago by David Kreuter <[email protected]>
reduce compiler warnings
e9b2c65ac5d27c43ab6d1ec975e53757d950d56c authored over 9 years ago by David Kreuter <[email protected]>
e9b2c65ac5d27c43ab6d1ec975e53757d950d56c authored over 9 years ago by David Kreuter <[email protected]>
middle/{dot,ssa}: draw borders around nodes of a BB
e531090e25897e97b34f1a8659a321efe71d8eef authored over 9 years ago by David Kreuter <[email protected]>
e531090e25897e97b34f1a8659a321efe71d8eef authored over 9 years ago by David Kreuter <[email protected]>
ssa: depend on interface, not implementation (cherry-picked)
63bc27a77335056eda60a7e934ebbfc9876380cd authored over 9 years ago by David Kreuter <[email protected]>
63bc27a77335056eda60a7e934ebbfc9876380cd authored over 9 years ago by David Kreuter <[email protected]>
middle/cfg: implement const_value_of
e15741eaf487d97eb81604a16aba8882bb8d50d5 authored over 9 years ago by David Kreuter <[email protected]>
e15741eaf487d97eb81604a16aba8882bb8d50d5 authored over 9 years ago by David Kreuter <[email protected]>
unbreak previous commit
54b9c4925ee4e1a9c4a2e428ea861970a3650640 authored over 9 years ago by David Kreuter <[email protected]>
54b9c4925ee4e1a9c4a2e428ea861970a3650640 authored over 9 years ago by David Kreuter <[email protected]>
wip
9e7f6fc91b8b11d21ccedfc9746de8ab37a8bdae authored over 9 years ago by David Kreuter <[email protected]>
9e7f6fc91b8b11d21ccedfc9746de8ab37a8bdae authored over 9 years ago by David Kreuter <[email protected]>
middle/ssa: skipped too many dot edges
5115c08123adf0fb8dec07337468e72f18b6e9d9 authored over 9 years ago by David Kreuter <[email protected]>
5115c08123adf0fb8dec07337468e72f18b6e9d9 authored over 9 years ago by David Kreuter <[email protected]>
Merge two ssa edge types into one
f6548a5f7c62311016c1f9d836e7db6824978987 authored over 9 years ago by David Kreuter <[email protected]>
f6548a5f7c62311016c1f9d836e7db6824978987 authored over 9 years ago by David Kreuter <[email protected]>
Add associated types for value and basicblock references to SSA
6f87a0150f7d296a8251d709c24f03633fc88523 authored over 9 years ago by David Kreuter <[email protected]>
6f87a0150f7d296a8251d709c24f03633fc88523 authored over 9 years ago by David Kreuter <[email protected]>
Rename SSA to SSAStorage and SSAGraph to SSA
1cd8552eabe7f4e5f8d8d67380e06051843bcaaf authored over 9 years ago by David Kreuter <[email protected]>
1cd8552eabe7f4e5f8d8d67380e06051843bcaaf authored over 9 years ago by David Kreuter <[email protected]>
Merge branch 'opconst'
e34d836264b3ffb85c8c3a809a009ad1c9233583 authored over 9 years ago by David Kreuter <[email protected]>
e34d836264b3ffb85c8c3a809a009ad1c9233583 authored over 9 years ago by David Kreuter <[email protected]>
some small fixes
5cd3b13182c9b5009d5e02acca4bcaf04d24f232 authored over 9 years ago by David Kreuter <[email protected]>
5cd3b13182c9b5009d5e02acca4bcaf04d24f232 authored over 9 years ago by David Kreuter <[email protected]>
Added evaluation for control flow modifying instructions
d61fd81d4ed249db3aa9a7b85b934f58bcb30f15 authored over 9 years ago by Sushant <[email protected]>
d61fd81d4ed249db3aa9a7b85b934f58bcb30f15 authored over 9 years ago by Sushant <[email protected]>
Implemented evaluate expression for some Opcodes
e83c3f3ceaeac52038fb30f6079180abc1eb076b authored over 9 years ago by Sushant <[email protected]>
e83c3f3ceaeac52038fb30f6079180abc1eb076b authored over 9 years ago by Sushant <[email protected]>
90% of Const(x) to Op(OpConst(x)) migration
5ac5632684006efd3e796a2acc352958af8e3a74 authored over 9 years ago by David Kreuter <[email protected]>
5ac5632684006efd3e796a2acc352958af8e3a74 authored over 9 years ago by David Kreuter <[email protected]>
Implemented SSAGraph for SSA
2ec52a8b466d9a3893046cba2229516fd7be6769 authored over 9 years ago by Sushant <[email protected]>
2ec52a8b466d9a3893046cba2229516fd7be6769 authored over 9 years ago by Sushant <[email protected]>
Stable. Started Visit-Expression
3069f75d3ada34cbc0129fabf3009c91f10017a6 authored over 9 years ago by Sushant <[email protected]>
3069f75d3ada34cbc0129fabf3009c91f10017a6 authored over 9 years ago by Sushant <[email protected]>
Started const propagation
00c9c027444e8a1642fe0ffb30029c0b114e023f authored over 9 years ago by Sushant <[email protected]>
00c9c027444e8a1642fe0ffb30029c0b114e023f authored over 9 years ago by Sushant <[email protected]>
Added Visit-Phi
e5ef61638b6855fb2deec99e87ffbd70fb37f2de authored over 9 years ago by Sushant <[email protected]>
e5ef61638b6855fb2deec99e87ffbd70fb37f2de authored over 9 years ago by Sushant <[email protected]>
Initial commit for constant propagation
f5c572c3f2b1dcb8c37b2fc16e128c3b048c2ab1 authored over 9 years ago by Sushant <[email protected]>
f5c572c3f2b1dcb8c37b2fc16e128c3b048c2ab1 authored over 9 years ago by Sushant <[email protected]>
parser.rs: OpRef→OpLoad, del. OpSetFl, impl. %%/%z
011c71f938eb46078ae8b33244c2d859d7108b81 authored over 9 years ago by David Kreuter <[email protected]>
011c71f938eb46078ae8b33244c2d859d7108b81 authored over 9 years ago by David Kreuter <[email protected]>
register overlap detector
307a924dcdda690bb1b629c11e181c5d2c5dfbc9 authored over 9 years ago by David Kreuter <[email protected]>
307a924dcdda690bb1b629c11e181c5d2c5dfbc9 authored over 9 years ago by David Kreuter <[email protected]>
ssa: modify args_of to return arguments in correct order. add edges to represent jmp and cjmp in ssa.
0c41102613b51ca5130370abc1c511524c72a248 authored over 9 years ago by David Kreuter <[email protected]>
0c41102613b51ca5130370abc1c511524c72a248 authored over 9 years ago by David Kreuter <[email protected]>
modify SSA::args_of to return arguments of operation in correct order
2b383ba00479db53e6035e083164a4cf1a2fb0b9 authored over 9 years ago by David Kreuter <[email protected]>
2b383ba00479db53e6035e083164a4cf1a2fb0b9 authored over 9 years ago by David Kreuter <[email protected]>
Some Parser fixes
27b131a80b32a907562bead82bdba089e2e61c7a authored over 9 years ago by Sushant <[email protected]>
27b131a80b32a907562bead82bdba089e2e61c7a authored over 9 years ago by Sushant <[email protected]>
Merge dot traits
b684b2af5c8992d507482a81c30025115720df8f authored over 9 years ago by David Kreuter <[email protected]>
b684b2af5c8992d507482a81c30025115720df8f authored over 9 years ago by David Kreuter <[email protected]>
Parser no longer emits OpDec and OpInc
f96941727d3da2ced6236ac12bdfb749cc5bf453 authored over 9 years ago by Sushant <[email protected]>
f96941727d3da2ced6236ac12bdfb749cc5bf453 authored over 9 years ago by Sushant <[email protected]>
Some improvements in graphviz output for SSA
6859d01e7fe985b8c1d3a5978e6e0a943ee240e1 authored over 9 years ago by David Kreuter <[email protected]>
6859d01e7fe985b8c1d3a5978e6e0a943ee240e1 authored over 9 years ago by David Kreuter <[email protected]>
deal with replacements
c79fbb35fe061152ba3940b491eb46dcc2bce845 authored over 9 years ago by David Kreuter <[email protected]>
c79fbb35fe061152ba3940b491eb46dcc2bce845 authored over 9 years ago by David Kreuter <[email protected]>
merged dev
993ccff0a1bfdd58fdd493448524febb6eb6f0f9 authored over 9 years ago by Sushant <[email protected]>
993ccff0a1bfdd58fdd493448524febb6eb6f0f9 authored over 9 years ago by Sushant <[email protected]>
ssa construction ++
8ea8ab2359c9f0e1f3695c1fc6951470067fa2a4 authored over 9 years ago by David Kreuter <[email protected]>
8ea8ab2359c9f0e1f3695c1fc6951470067fa2a4 authored over 9 years ago by David Kreuter <[email protected]>
implement ssa methods
1864e231e74ce59a500e9b13187b42957f9f40c5 authored over 9 years ago by David Kreuter <[email protected]>
1864e231e74ce59a500e9b13187b42957f9f40c5 authored over 9 years ago by David Kreuter <[email protected]>
ssa construction: ++
fd8c914926331a3a8258315c5d270fe69592d0e4 authored over 9 years ago by David Kreuter <[email protected]>
fd8c914926331a3a8258315c5d270fe69592d0e4 authored over 9 years ago by David Kreuter <[email protected]>
Merge branch 'dev' into dkreuter-dev
760924f89b2eed7f35d204d18c4a3377823d9010 authored over 9 years ago by David Kreuter <[email protected]>
760924f89b2eed7f35d204d18c4a3377823d9010 authored over 9 years ago by David Kreuter <[email protected]>
[ci skip] Style fixes
552bc23b0cc0c811f0171370f3c7e9484365db14 authored over 9 years ago by Sushant <[email protected]>
552bc23b0cc0c811f0171370f3c7e9484365db14 authored over 9 years ago by Sushant <[email protected]>
Completed DomTree
85a61888e1e5ed895ba9743627ba6d65bb3399d3 authored over 9 years ago by Sushant <[email protected]>
85a61888e1e5ed895ba9743627ba6d65bb3399d3 authored over 9 years ago by Sushant <[email protected]>
make ssa transform compile
f531808c075614f5961e8bd41076245505f7519d authored over 9 years ago by David Kreuter <[email protected]>
f531808c075614f5961e8bd41076245505f7519d authored over 9 years ago by David Kreuter <[email protected]>
WIP of SSA construction algorithm
059c2b2f5370849722bb8241db75ecb00830cee9 authored over 9 years ago by David Kreuter <[email protected]>
059c2b2f5370849722bb8241db75ecb00830cee9 authored over 9 years ago by David Kreuter <[email protected]>
Cleaned up dom
2c999cd51f828a27f9c53e22862b0431c0bd2338 authored over 9 years ago by Sushant <[email protected]>
2c999cd51f828a27f9c53e22862b0431c0bd2338 authored over 9 years ago by Sushant <[email protected]>
Split out InternalIndex to a separate file
2e73d29d438afa2fd02872ea1042719ed6c64eb9 authored over 9 years ago by Sushant <[email protected]>
2e73d29d438afa2fd02872ea1042719ed6c64eb9 authored over 9 years ago by Sushant <[email protected]>
Added InternalIndex
19b2eb81fdff70adee6a9f6ce05ee8fa74a09ee3 authored over 9 years ago by Sushant <[email protected]>
19b2eb81fdff70adee6a9f6ce05ee8fa74a09ee3 authored over 9 years ago by Sushant <[email protected]>
Merge branch 'dev' into dkreuter-dev
0d4eaa00ce3176424cb59dadcf3c73e368881336 authored over 9 years ago by David Kreuter <[email protected]>
0d4eaa00ce3176424cb59dadcf3c73e368881336 authored over 9 years ago by David Kreuter <[email protected]>
Added dominance frontier computation
22405ff7db5be1ba71ff6a609155b3ec2110aaeb authored over 9 years ago by Sushant <[email protected]>
22405ff7db5be1ba71ff6a609155b3ec2110aaeb authored over 9 years ago by Sushant <[email protected]>
Added tests for DomTree + exposed some API
bf493b417f50518f8e360b8a95c8d34a98020cbb authored over 9 years ago by Sushant <[email protected]>
bf493b417f50518f8e360b8a95c8d34a98020cbb authored over 9 years ago by Sushant <[email protected]>
[WIP] DomTree cleanup + docs
44d0dd1b8839081b6bd33e95ec1046a54a659130 authored over 9 years ago by Sushant <[email protected]>
44d0dd1b8839081b6bd33e95ec1046a54a659130 authored over 9 years ago by Sushant <[email protected]>
Better algorithm to generate DOM Tree
2c9d9b932c0587833db648d81c39ba026b9b0260 authored over 9 years ago by Sushant <[email protected]>
2c9d9b932c0587833db648d81c39ba026b9b0260 authored over 9 years ago by Sushant <[email protected]>
Merge branch 'dev' into dkreuter-dev
66c42bdbd8d3b521ee8df148e351b5aa7fe14a64 authored over 9 years ago by David Kreuter <[email protected]>
66c42bdbd8d3b521ee8df148e351b5aa7fe14a64 authored over 9 years ago by David Kreuter <[email protected]>
Nuke old graph
df8d67e4d90cc4f618555d1404eba21176071ce9 authored over 9 years ago by David Kreuter <[email protected]>
df8d67e4d90cc4f618555d1404eba21176071ce9 authored over 9 years ago by David Kreuter <[email protected]>
Add docs for old design
768638aaaed73a80da82e6a30e20a36542e0d851 authored over 9 years ago by David Kreuter <[email protected]>
768638aaaed73a80da82e6a30e20a36542e0d851 authored over 9 years ago by David Kreuter <[email protected]>
helper for node adding
3736d19509ec93f82dc7bbb7af8c652170caf6d1 authored over 9 years ago by David Kreuter <[email protected]>
3736d19509ec93f82dc7bbb7af8c652170caf6d1 authored over 9 years ago by David Kreuter <[email protected]>
WIP
450d3215199250f5b3161826d36a2a42d00d39de authored over 9 years ago by Sushant <[email protected]>
450d3215199250f5b3161826d36a2a42d00d39de authored over 9 years ago by Sushant <[email protected]>
WIP
e1a4627ba2d9f774e69d2b8dc177828cb1586535 authored over 9 years ago by Sushant <[email protected]>
e1a4627ba2d9f774e69d2b8dc177828cb1586535 authored over 9 years ago by Sushant <[email protected]>
Merge branch 'dev' of github.com:radare/radeco into dev
4c1081dadcf6eb501b6e1a1e31a2a0ed44644ef6 authored over 9 years ago by Sushant <[email protected]>
4c1081dadcf6eb501b6e1a1e31a2a0ed44644ef6 authored over 9 years ago by Sushant <[email protected]>
[WIP] DomTree. Basic + Dot generation complete
e6e08e9a73c059ce71d9365bf6ab2c9c7965c97d authored over 9 years ago by Sushant <[email protected]>
e6e08e9a73c059ce71d9365bf6ab2c9c7965c97d authored over 9 years ago by Sushant <[email protected]>
Made dot generator more generalized
06a7be4fa9e013898240b51f9948d786e84c7510 authored over 9 years ago by Sushant <[email protected]>
06a7be4fa9e013898240b51f9948d786e84c7510 authored over 9 years ago by Sushant <[email protected]>
Remove hardcoded 64bit constants and root Makefile
218a8012eabd88cafc7034227521ca7e81d1a66f authored over 9 years ago by pancake <[email protected]>
218a8012eabd88cafc7034227521ca7e81d1a66f authored over 9 years ago by pancake <[email protected]>