Nikias Bassen
|
f78fc4a11b
|
Remove some unnecessary null pointer checks
|
2018-01-03 02:42:25 +01:00 |
|
Nikias Bassen
|
48e3fcc9d7
|
Updated copyright notices in source file headers
|
2017-07-03 22:00:09 +02:00 |
|
Nikias Bassen
|
aaf89f20af
|
irecovery: Add new -q command line switch to print device info
|
2017-01-06 01:58:03 +01:00 |
|
Nikias Bassen
|
c5a68dbf33
|
irecovery: Make /deviceinfo print ApNonce (NONC) and SEPNonce (SNON) if available
|
2017-01-06 01:35:53 +01:00 |
|
Martin Szulecki
|
af14742782
|
Show project URL in usage output
|
2015-10-06 21:29:08 +02:00 |
|
Martin Szulecki
|
cdc67e5a99
|
Don't call libusb_exit() in irecv_open_with_ecid() on error
The helper might be used multiple times and the library should not
cause deinitialization of libusb before the user calls irecv_exit().
|
2014-10-02 00:48:43 +02:00 |
|
Martin Szulecki
|
d5014bb391
|
irecovery: Improve printing of hex values for /deviceinfo command
|
2014-10-02 00:34:29 +02:00 |
|
Martin Szulecki
|
14a268cd86
|
tools: Fix distcheck and out-of-tree build
|
2014-04-26 18:20:00 +02:00 |
|
Nikias Bassen
|
22973c90b0
|
irecovery: print a message if an unsupported command is entered in interactive mode
|
2013-12-02 20:49:49 +01:00 |
|
Nikias Bassen
|
054a79d64e
|
remove irecv_get_* functions and provide general irecv_get_device_info()
|
2013-11-19 20:01:55 +01:00 |
|
Nikias Bassen
|
1729b43830
|
irecovery: use macro for %lld so we can use %I64d for win32
|
2013-10-02 19:58:16 +02:00 |
|
Nikias Bassen
|
f50f53d787
|
irecovery: add windows.h include for win32 build
|
2013-10-02 19:49:13 +02:00 |
|
Martin Szulecki
|
4d442a42c7
|
irecovery: Fix typo for "limera1in", correct term is "limera1n"
|
2013-09-30 15:43:09 +02:00 |
|
Martin Szulecki
|
2894a05900
|
irecovery: Rename /exploit into more accurate /limera1in command
|
2013-09-27 13:10:28 +02:00 |
|
Martin Szulecki
|
a228aeedb3
|
irecovery: Fix formatting style for shell usage and improve usage summary text
|
2013-09-27 13:09:40 +02:00 |
|
Martin Szulecki
|
303c7f937c
|
irecovery: Show mode on /ideviceinfo command and add mode_to_str() helper
|
2013-09-27 13:08:09 +02:00 |
|
Nikias Bassen
|
a73880ed5b
|
irecovery: fix /execute command and add error checking when reading files
|
2013-09-27 10:50:00 +02:00 |
|
Martin Szulecki
|
0e2bfbd345
|
irecovery: Update code style, add "show mode" and "normal mode reboot" commands
|
2013-09-27 02:22:56 +02:00 |
|
Martin Szulecki
|
bee4c222f8
|
Fix whitespace errors and update code style
|
2013-09-27 00:12:27 +02:00 |
|
Martin Szulecki
|
9a28cfe084
|
Rename device struct fields and provide device database getters for them
|
2013-09-26 23:54:06 +02:00 |
|
Martin Szulecki
|
3475c29642
|
Reorder public interface logically and rename irecv_get_device()
|
2013-09-26 23:36:27 +02:00 |
|
Martin Szulecki
|
85e60c68e1
|
Rename irecv_send_exploit() to more accurate irecv_trigger_limera1n_exploit()
|
2013-09-26 23:07:11 +02:00 |
|
Martin Szulecki
|
7d2d4d3243
|
irecovery: Remove "Executing command foo" message for less clutter
|
2013-09-26 23:03:56 +02:00 |
|
Martin Szulecki
|
043bf24ab5
|
irecovery: Fix code style for if-else in argument parsing code
|
2013-09-26 23:02:57 +02:00 |
|
Martin Szulecki
|
ad7ae3c8db
|
Put each item of command enum in a separate line
|
2013-09-26 23:01:05 +02:00 |
|