summaryrefslogtreecommitdiffstats
path: root/minelf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove retouching code from updaterDoug Zongker2012-02-282-216/+0
| | | | | | | | | | | Removes the retouch_binaries and undo_retouch_binaries from updater; newly generated OTA packages should not call them any more. Note that applypatch retains the ability to unretouch a file as it reads it. This will be needed as long as we want to support OTAs from devices that were installed with retouching. Change-Id: Ib3f6baeae90c84ba85983f626d821ab7e436ceb2
* fix buildDoug Zongker2012-02-281-2/+2
| | | | Change-Id: I44a75f5451af053778be299b23274ecce9b2db76
* Working ASLR implementationHristo Bojinov2010-08-023-0/+484
Separate files for retouch functionality are in minelf/* ASLR for shared libraries is controlled by "-a" in ota_from_target_files. Binary files are self-contained. Retouch logic can recover from crashes. Signed-off-by: Hristo Bojinov <hristo@google.com> Change-Id: I76c596abf4febd68c14f9d807ac62e8751e0b1bd