You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Home.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,32 @@ This Guide is split up into multiple "subguides":
6
6
7
7
### About the device
8
8
9
-
-[[Whitepaper|technical_whitepaper]]: Discover what the Chameleon Ultra is capable of.
9
+
-[Whitepaper](./technical_whitepaper.md): Discover what the Chameleon Ultra is capable of.
10
10
11
-
-[[Hardware|hardware]]: Learn to know the hardware of your Chameleon.
11
+
-[Hardware](./hardware.md): Learn to know the hardware of your Chameleon.
12
12
13
-
-[[Firmware|firmware]]: Your Chameleon runs a firmware, learn what it can do and how to use it.
13
+
-[Firmware](./firmware.md): Your Chameleon runs a firmware, learn what it can do and how to use it.
14
14
15
15
### Interacting with the device
16
16
17
-
-[[Quickstart|quickstart]]: For the impatient people to just get you up and running with anything.
17
+
-[Quickstart](./quickstart.md): For the impatient people to just get you up and running with anything.
18
18
19
-
-[[CLI|cli]]: The official way to control your Chameleon is via the **C**ommand **L**ine **I**nterface (CLI). Learn how to install and master the CLI.
19
+
-[CLI](./cli.md): The official way to control your Chameleon is via the **C**ommand **L**ine **I**nterface (CLI). Learn how to install and master the CLI.
20
20
21
-
-[[GUIs|gui]]: Some people also develop **G**raphical **U**ser **I**nterfaces (GUIs), these may be a good start for people that do not want to deal with a CLI.
21
+
-[GUIs](./gui.md): Some people also develop **G**raphical **U**ser **I**nterfaces (GUIs), these may be a good start for people that do not want to deal with a CLI.
22
22
23
-
-[[Troubleshooting|troubleshooting]]: For when things go wrong, here are some common tips to maybe fix whatever issue you might have.
23
+
-[Troubleshooting](./troubleshooting.md): For when things go wrong, here are some common tips to maybe fix whatever issue you might have.
24
24
25
25
### For developers
26
26
27
-
-[[Development|development]]: For all developers. This covers how to build firmware from source and set up a development environment.
27
+
-[Development](./development.md): For all developers. This covers how to build firmware from source and set up a development environment.
28
28
29
-
-[[SDKs|sdk]]: SDKs for Chameleon, useful if you want to develop your own application to control Chameleon.
29
+
-[SDKs](./sdk.md): SDKs for Chameleon, useful if you want to develop your own application to control Chameleon.
30
30
31
-
-[[Protocol|protocol]]: The gory details of the communication protocol, useful if you want to develop your own client.
31
+
-[Protocol](./protocol/README.md): The gory details of the communication protocol, useful if you want to develop your own client.
32
32
33
33
### Miscellaneous
34
34
35
-
-[[Modding|modding]]: Third party moddings worth mentioning.
35
+
-[Modding](./modding.md): Third party moddings worth mentioning.
36
36
37
-
-[[FAQ|faq]]: **F**requently **A**sked **Q**uestions, if you have a question, it might already be answered here.
37
+
-[FAQ](./faq.md): **F**requently **A**sked **Q**uestions, if you have a question, it might already be answered here.
Copy file name to clipboardExpand all lines: chameleonultragui.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ The *Mifare Classic emulator settings* section allows you to toggle various beha
65
65
-*Gen2 Magic Mode*: behaves like a gen2 magic card, makes Block 0 writable ;
66
66
-*Use UID/SAK/ATQA from 0 block*: the Chameleon Ultra stores the UID and other anti-collision data independently of the card content. Enabling this setting tells the Chameleon to derive them from card content block 0. Only for MFC with 4-byte UID ;
67
67
-*Collect nonces (Mfkey32)*: it toggles nonce collection for mfkey32. When enabled you will be prompted to present the Chameleon to a reader. After you have collected nonces the *Present Chameleon to reader* message will change into a *Recover Keys from x nonces* button. Pressing this will start the recovery process ;
68
-
-*Write mode*: Please refer to the [[firmware docs|firmware]].
68
+
-*Write mode*: Please refer to the [firmware docs](./firmware.md).
0 commit comments