https://github.com/zvirja/reverseengineering
Repo to track all my reverse engineering researches
https://github.com/zvirja/reverseengineering
Last synced: 11 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T21:27:31.000Z (about 10 years ago)
- Last Synced: 2025-01-02T19:42:36.740Z (about 1 year 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).