zxkmm
953e686785
Update mifare.cpp
...
corrected typo
2022-06-10 18:22:14 +08:00
wh201906
a2d63b5cdc
Update tutorial
2022-04-03 15:55:03 +08:00
wh201906
ff3a43a4a6
V0.2.5
V0.2.5
2022-03-13 20:37:47 +08:00
wh201906
5a0f0d3e3e
Fix bug #28
...
Add deploy helper(unfinished)
2022-03-12 20:26:34 +08:00
wh201906
d60f636881
Merge branch 'dev'
2022-03-01 18:55:49 +08:00
wh201906
ae932778ce
V0.2.4
V0.2.4
2022-03-01 18:52:04 +08:00
wh201906
1e728c891c
EM410x clone support
2022-03-01 18:47:33 +08:00
wh201906
f86cba8d56
New project structure
...
Load translation file in the executable.
2022-03-01 11:13:07 +08:00
wh201906
b319f9fbe1
Fix a UI bug
...
The dock widget will take as much space as it could get now
2022-01-31 00:58:57 +08:00
wh201906
c0afa6bb32
V0.2.3
V0.2.3
2022-01-21 17:21:38 +08:00
wh201906
17c40fe941
Merge commit '60f965b' into dev
2022-01-21 10:50:26 +08:00
wh201906
60f965bfe7
Change LICENSE
2022-01-21 10:47:42 +08:00
wh201906
36307dcda0
Non-ASCII path support(partial)
...
I didn't find other solutions on the Internet.
I found the plugins are loaded when creating MainWindow,
so this solution should be fine?
2021-12-15 21:43:10 +08:00
wh201906
dcc17963b6
Tutorial
...
tutorial for Editing Mifare Classic data
2021-11-24 16:57:25 +08:00
wh201906
d4519f8667
Fix a bug
...
Fix #27
2021-10-11 01:12:28 +08:00
wh201906
c2514602e8
Simple tutorial
2021-09-22 15:45:49 +08:00
wh201906
c277844cf4
Make SkipEmptyParts compatible with older Qt
...
Fix #25
2021-09-21 11:13:32 +08:00
wh201906
f285f76a20
V0.2.2
V0.2.2
2021-09-20 19:07:36 +08:00
wh201906
24adc08d84
LF config file
2021-09-20 15:32:00 +08:00
wh201906
d56c5f8dc7
Merge branch 'master' into dev
2021-09-20 00:01:57 +08:00
wh201906
222f271a31
Choose config file path
2021-09-19 23:59:55 +08:00
wh201906
0c339e91af
Revert part of the commit 12a0837
...
I forgot I have designed "Keep the client active" for issue #22
isBusy() is deprecated for blocking the port, but it doesn't matter.
2021-09-19 21:33:53 +08:00
wh201906
85ea3fd744
Config file
...
_readsec(), hardnested(), _writeblk(), lockC(), setParameterC()
2021-09-19 21:00:23 +08:00
wh201906
d0bc6808d0
Config file for official client
...
Unfinished
Refactor darkside() _readblk(), loadSniff(), saveSniff()
Add extra waiting time when handling temp file of load/saveSniff()
2021-09-19 01:10:12 +08:00
wh201906
03d9c601fc
Config fiie for official client
...
Unfinished
Refactor nested(), info(), chk()
2021-09-18 02:03:05 +08:00
wh201906
5a8ab42281
External command config file
2021-09-17 15:25:03 +08:00
wh201906
12a0837c50
Fix a bug
...
Trying to fix #22
Open client with QProcess::Text for proper newline character(s)
On Raspbian, the isBusy() function will always return false, even the serial port is actually connected.
2021-09-05 21:35:03 +08:00
wh201906
d6f02e7a69
Update building instructions
2021-08-14 17:05:13 +08:00
wh201906
02a8fe03e3
Fix a bug
...
#21
2021-08-07 11:21:19 +08:00
wh201906
3523c1eace
Fix a bug
...
#20
I got a wrong tutorial saying that I should use xxx.ts on Linux
2021-08-05 11:57:35 +08:00
wh201906
bac6207634
V0.2.1
V0.2.1
2021-03-16 11:23:01 +08:00
wh201906
ccb07651cc
Mifare: Optimize read logic
...
Fix bug #16 mentioned in http://www.proxmark.org/forum/viewtopic.php?pid=42123 (see the 17th post)
This is caused by the output change in RRG repo
Optimize _readsec() logic
Implement getTrailerBlockId()
2021-03-16 11:06:26 +08:00
wh201906
f706d59c48
Update UI
2021-03-15 11:29:17 +08:00
wh201906
9e31496131
Fail to support non-ASCII chars in path
...
Using "chcp" seems to have no effect there
I fix a small bug then
2021-03-12 11:59:51 +08:00
wh201906
a232e4ec83
Fix #15 partially
...
The path of the start script or the client can contain spaces now(on Windows)
TODO:
Test the issue on Linux and implement the fix if it's needed
Support non-ASCII chars in the path
2021-03-11 00:46:56 +08:00
wh201906
1bec73d1ad
T55xx: Add some useless UI
2021-03-08 23:02:16 +08:00
wh201906
a8b1a4a82e
V0.2
V0.2
2021-02-23 20:40:55 +08:00
wh201906
03bb57ee58
Update translations
2021-02-23 19:47:36 +08:00
wh201906
15538a9892
LF: Support write LF config
...
When setting LF freq, the "lf config" and "hw setlfdivisor" will both be called.
Change some UI
2021-02-23 18:14:59 +08:00
wh201906
466cd0ecc1
LF: support read LF config
2021-02-23 16:35:58 +08:00
wh201906
019afed198
Add QAction: Dock all windows
2021-02-22 22:20:49 +08:00
wh201906
799e00d66e
Replace QTabWidget with QDockWidget
...
dock it(√)
doki(?)
2021-02-22 15:57:32 +08:00
wh201906
ae9e4d1a4f
LF: support read(), sniff(), search() and tune()
2021-02-22 13:55:45 +08:00
wh201906
c3aafc3d31
Fix a bug in disconnect()
2021-02-22 12:47:55 +08:00
wh201906
fb8e1a6e1b
New experimental feature
...
Keep client active even the PM3 hardware is disconnected
2021-02-21 23:00:07 +08:00
wh201906
90e4fde882
Fix a bug in RawCommand Tab
...
Not all of the keys should be redirected.
2021-02-21 21:30:22 +08:00
wh201906
705c8de54c
Fix a bug in RawCommand Tab
...
If a widget is set to NoFocus, then it will not respond to the key Event
2021-02-20 20:51:26 +08:00
wh201906
aa6b93984c
A small patch
...
Support specifying client working directory
Clean all compile warnings
V0.1.4
2021-02-17 01:26:14 +08:00
wh201906
7f96c061dc
Merge pull request #14 from wh201906/dev
...
V0.1.4
2021-02-16 14:28:50 +08:00
wh201906
b8c4e8e339
V0.1.4
2021-02-16 14:25:20 +08:00