Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zvirja/reverseengineering
Repo to track all my reverse engineering researches
https://github.com/zvirja/reverseengineering
Last synced: 23 days ago
JSON representation
Repo to track all my reverse engineering researches
- Host: GitHub
- URL: https://github.com/zvirja/reverseengineering
- Owner: zvirja
- Created: 2015-08-08T12:10:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T21:27:31.000Z (about 9 years ago)
- Last Synced: 2024-11-09T02:24:58.713Z (3 months ago)
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Here I'm tracking short information about all the reverse engineering projects I worked on. I'm a beginner in this area, therefore approaches I follow might be not perfect. However, they worked, at least on my environment.
# Projects
Here is list of projects I worked on.
### SwiftKey Keyboard for Android
__Problem:__ If you switch to alternative keyboard layout (e.g. `Ukrainian (Compact)` instead of regular `Ukrainian`), it might be reset to default after you reboot device. Also you can observe _cannot load language_ message in the `SwiftKey->Languages` preference dialog after reboot.
__Full article:__ [SwiftKey Keyboard](docs/SwiftKey-Keyboard-for-Android.md).