Tobias Stumpf and Tobias Stumpf
6d3ab14365
DatabaseProtobufAdapter: fix translation of unsigned fields
...
Independent of the protocol specification all integer fields in the
result table are signed. For instance, if I store a kernel IP (e.g.
0xf1....) the value in the database is 0x7fffffff because of the wrong
type.
Therefore, the data fields of the result table should have the same
types as specified in the protocol.
Change-Id: I9154251e4ad67ba70fe86155ebda378c4a9982c2
2014-09-24 16:16:21 +02:00
Tobias Stumpf
a198eda8c8
Merge branch 'tobias' Apply Code cleanup and restructuring with new config file to main branch.
2014-06-30 15:01:45 +02:00
Tobias Stumpf
820a57a3a1
Update documentation and fix typo
2014-06-20 15:09:42 +02:00
Tobias Stumpf
329e5571ad
Add config parameter to specify the hostname or ip addr. of the campain server.
...
Add some documentiation to experiment.hpp
2014-06-19 19:23:46 +02:00
Tobias Stumpf
a20d3cd12f
exchange experimentInfo.hpp by experiment.conf which is know paresd during
...
runtime (no recompile anymore)
2014-06-19 19:13:33 +02:00
Tobias Stumpf
074eeab399
Code cleanup remove non-intruction-filtering part which is unused and broken
2014-06-17 17:07:17 +02:00
Tobias Stumpf
15c7a863e9
Enhance campain to use parameters. Now we need to add the parameter
...
--tpye to chosse between memory and register injection.
2014-06-17 12:44:58 +02:00
Tobias Stumpf
43b8c2351c
More code cleanup
2014-06-16 14:08:08 +02:00
Tobias Stumpf
57c5fbf862
Bugfix for last commit
2014-06-13 21:37:26 +02:00
Tobias Stumpf
350f6bb680
Code Restructuring.
2014-06-13 21:08:36 +02:00
Tobias Stumpf
191b14c0e6
Enhancd experiment to accept config parameters. Combine all prep steps as well as the
...
final example in one binary. Use parameter prep to specify what you would like to do.
2014-06-13 20:39:40 +02:00
Tobias Stumpf
23d86aba5d
Remove Injection functionallity which is currently broken and unused (fetchInstruction, logInjection, singleStep)
2014-06-11 18:06:12 +02:00
Tobias Stumpf
53dc6bbf36
Code cleanup
2014-06-11 11:04:03 +02:00
Tobias Stumpf
78a0d863a2
Expand Protocol for own Fail-Stop-Function
2014-06-11 10:54:26 +02:00