projects
/
frida
/
frida.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix width of basic blocks
[frida/frida.git]
/
src
/
2015-02-06
Christoph Egger
Fix width of basic blocks
tree
|
commitdiff
2015-02-06
Christoph Egger
Add test Framework
tree
|
commitdiff
2015-01-29
Christoph Egger
Make link to local functions clickable
tree
|
commitdiff
2015-01-22
Christoph Egger
Properly implement plane selection
tree
|
commitdiff
2015-01-22
Christoph Egger
Cleanup includes
tree
|
commitdiff
2015-01-22
Christoph Egger
Allow addition of new functions
tree
|
commitdiff
2015-01-22
Christoph Egger
Fix layout of basicblock with just one instruction
tree
|
commitdiff
2015-01-21
Christoph Egger
Add dynamically linked symbols
tree
|
commitdiff
2015-01-21
Christoph Egger
Get entry address from llvm
tree
|
commitdiff
2015-01-21
Christoph Egger
Create ObjectFile only once and store it with full...
tree
|
commitdiff
2015-01-21
Christoph Egger
Cleanup <iostream> in main()
tree
|
commitdiff
2015-01-20
Christoph Egger
Fix startup if no binary is specified on the commandline
tree
|
commitdiff
2015-01-15
Christoph Egger
Move back to QTableWidget so we get proper programmatic...
tree
|
commitdiff
2015-01-14
Christoph Egger
Make function/jump targets clickable
tree
|
commitdiff
2015-01-14
Christoph Egger
implement entryAddress()
tree
|
commitdiff
2015-01-14
Christoph Egger
Make LLVMDisassembler a template class
tree
|
commitdiff
2015-01-10
Christoph Egger
Logging improvements
tree
|
commitdiff
2015-01-10
Christoph Egger
Also add blocks to function when splitting
tree
|
commitdiff
2015-01-10
Christoph Egger
Add logging infrastructure for mainwindow
tree
|
commitdiff
2015-01-10
Christoph Egger
Make name accessible in BasicBlockWidgets
tree
|
commitdiff
2015-01-10
Christoph Egger
Fix layout if functions include blocks before entry
tree
|
commitdiff
2015-01-08
Christoph Egger
formating improvements
tree
|
commitdiff
2015-01-08
Christoph Egger
Split blocks before finishing function
tree
|
commitdiff
2015-01-08
Christoph Egger
Properly color text part of basic block widgets
tree
|
commitdiff
2015-01-07
Christoph Egger
Use QGraphicsProxyWidget
tree
|
commitdiff
2015-01-07
Christoph Egger
Remove debug output left in unintentionally
tree
|
commitdiff
2015-01-07
Christoph Egger
Whitespace cleanup
tree
|
commitdiff
2015-01-07
Christoph Egger
Add in an Information Manager
tree
|
commitdiff
2015-01-05
Christoph Egger
Cleanup sourcetree
tree
|
commitdiff
2015-01-03
Christoph Egger
Consistently use include-guards
tree
|
commitdiff
2015-01-03
Christoph Egger
change QT signals to QT_NO_KEYWORDS
tree
|
commitdiff
2014-12-18
Christoph Egger
Consistent coloring
tree
|
commitdiff
2014-12-18
Christoph Egger
QTableWidget -> QLabel + HTML
tree
|
commitdiff
2014-12-18
Christoph Egger
Space table widget appropriately for Qt < 5.3
tree
|
commitdiff
2014-12-18
Christoph Egger
Only disassemble the text segment
tree
|
commitdiff
2014-12-12
Christoph Egger
Split disassemble()
tree
|
commitdiff
2014-12-07
Christoph Egger
properly include std::array
tree
|
commitdiff
2014-12-07
Christoph Egger
Fallbacks if we do not have symbols
tree
|
commitdiff
2014-12-07
Christoph Egger
Correctly handle the case where we do not have Instruct...
tree
|
commitdiff
2014-12-04
Christoph Egger
Add support for backward edges
tree
|
commitdiff
2014-11-29
Christoph Egger
Add horizontal space between BasicBlockWidgets
tree
|
commitdiff
2014-11-28
Christoph Egger
Horizontally distribute BasicBlockWidgets
tree
|
commitdiff
2014-11-28
Christoph Egger
Add CFGScene QGraphicsScene taking care of BasicBlock...
tree
|
commitdiff
2014-11-28
Christoph Egger
Change BasicBlockWidget and assume upperLeft is (0...
tree
|
commitdiff
2014-11-27
Christoph Egger
untabify
tree
|
commitdiff
2014-11-27
Christoph Egger
Fix widget setup for scripting
tree
|
commitdiff
2014-11-27
Christoph Egger
Properly handle errors in sceme
tree
|
commitdiff
2014-11-26
Christoph Egger
Add guile scripting
tree
|
commitdiff
2014-11-19
Christoph Egger
Make commandline parser optional to build against cip...
tree
|
commitdiff
2014-11-19
Christoph Egger
Forward-port to LLVM 3.5 release
tree
|
commitdiff
2014-06-03
Christoph Egger
Distinguish single edges from double edges
tree
|
commitdiff
2014-06-03
Christoph Egger
Draw edges between BasicBlockWidgets while handling...
tree
|
commitdiff
2014-06-03
Christoph Egger
Include absolute branch address
tree
|
commitdiff
2014-06-03
Christoph Egger
properly preserve edges
tree
|
commitdiff
2014-06-03
Christoph Egger
Always add following blocks even if it is already created
tree
|
commitdiff
2014-06-03
Christoph Egger
Add more logging output
tree
|
commitdiff
2014-06-03
Christoph Egger
remove old garbage
tree
|
commitdiff
2014-06-03
Christoph Egger
Name Blocks according to start *and* end address
tree
|
commitdiff
2014-06-03
Christoph Egger
Use first row as reference instead of second
tree
|
commitdiff
2014-06-03
Christoph Egger
Clean up disassemble() function
tree
|
commitdiff
2014-06-03
Christoph Egger
Move stuff for BasicBlockWidget out of the header file
tree
|
commitdiff
2014-06-03
Christoph Egger
Split BasicBlocks if there are backward jumps
tree
|
commitdiff
2014-06-03
Christoph Egger
Remove grid
tree
|
commitdiff
2014-06-03
Christoph Egger
Move to table widget -- looks nicer and matches better
tree
|
commitdiff
2014-05-31
Christoph Egger
Fix height of BasicBlockWidgets
tree
|
commitdiff
2014-05-27
Christoph Egger
resize widgets to fit content
tree
|
commitdiff
2014-05-27
Christoph Egger
Fill BasicBlockWidgets with actual assembly instructions
tree
|
commitdiff
2014-05-27
Christoph Egger
place BasicBlockWidgets on the canvas
tree
|
commitdiff
2014-05-27
Christoph Egger
Properly create and export BasicBlock linking
tree
|
commitdiff
2014-05-27
Christoph Egger
Pass function instead of name
tree
|
commitdiff
2014-05-27
Christoph Egger
Remove old API
tree
|
commitdiff
2014-05-27
Christoph Egger
Display entries for all functions
tree
|
commitdiff
2014-05-27
Christoph Egger
Fixup magit madness
tree
|
commitdiff
2014-05-27
Christoph Egger
Avoid memory leak
tree
|
commitdiff
2014-05-27
Christoph Egger
Add interface to iterate over functions
tree
|
commitdiff
2014-05-27
Christoph Egger
Use target addresses for basic block linking
tree
|
commitdiff
2014-05-27
Christoph Egger
Downgrade outputs to 'DEBUG'
tree
|
commitdiff
2014-05-27
Christoph Egger
Remove old leftovers
tree
|
commitdiff
2014-05-26
Christoph Egger
Recursive disassembler
tree
|
commitdiff
2014-05-23
Christoph Egger
Also handle case with no filename provided
tree
|
commitdiff
2014-05-23
Christoph Egger
Change window title to FRIDA
tree
|
commitdiff
2014-05-23
Christoph Egger
Allow opening of binary via comman argument
tree
|
commitdiff
2014-05-21
Christoph Egger
Cleanup of old code
tree
|
commitdiff
2014-05-21
Christoph Egger
Add comand line argument parser
tree
|
commitdiff
2014-05-20
Christoph Egger
Some more logging
tree
|
commitdiff
2014-05-20
Christoph Egger
Resize the basicBlock widget
tree
|
commitdiff
2014-05-20
Christoph Egger
Factor out llvm disassembler
tree
|
commitdiff
2014-05-15
Christoph Egger
Shorten loopheader
tree
|
commitdiff
2014-05-15
Christoph Egger
only try to disassemble function symbols
tree
|
commitdiff
2014-05-15
Christoph Egger
Rename include.hxx to include_llvm.hxx
tree
|
commitdiff
2014-05-14
Christoph Egger
Forward port to llvm-3.5 (cip)
tree
|
commitdiff
2014-02-10
Christoph Egger
Separate out several parts of llvm-using code ; Add...
tree
|
commitdiff
2014-02-10
Christoph Egger
Update for Qt 5
tree
|
commitdiff
2013-12-08
Christoph Egger
Handle case with no known functions properl
tree
|
commitdiff
2013-11-14
Christoph Egger
work
tree
|
commitdiff
2013-11-08
Christoph Egger
Update
tree
|
commitdiff
2013-11-08
Christoph Egger
Initial commit
tree
|
commitdiff