forked from qilingframework/qiling
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
73 lines (61 loc) · 1.5 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
*nix
=====
- More *nix based syscall
iOS
===
- Partially completed. Did not test against any actual iOS binary yet
FreeBSD
=======
Current Status: only work with assembler compiled binary
- gcc compiled static binary
- Dynamically compiled binary
Windows
=======
- ARM64 Windows
- More Windows API
- API for PC name, WINS, WORKGOUP and Domains
- API for fake installed application
- API for process listing
Debugging Server
================
- Add GDB stub commands
USB
===
- Emulate USB
-------------------- FUTURE --------------------
MCU
===
- STM32 Series?
Blockchain
==========
- Smart contract emulator?
Android
======
- It's Linux, but a bit more specific support ?
- maybe an OS by itself
-------------------- CHECKLIST before TAG --------------------
Release
1. core.py
- __version__ = "1.[x].[x]"
2. Make sure development status classifer in setup.py is correct.
- 'Development Status :: 5 - Production/Stable'
3. Update ChangeLog
4. commit and push
5. Merge dev into master
6. checkout master
7. git pull
6. git tag 1.[x].[x]
8. git push origin --tags
9. check for new Pypi package @ https://pypi.org/project/qiling
Pre-release/dev
1. __version__.py
- __version__ = "1.[x].[x]" + "-rc[x]"
2. Make sure development status classifer in setup.py is correct.
- 'Development Status :: 3 - Alpha'
3. Update ChangeLog
4. commit and push
5. checkout dev
6. git pull
7. git tag 1.[x].[x]-rc[x]
8. git push origin --tags
9. check for new pre-release Pypi package @ https://pypi.org/project/qiling/#history