Skip to content

Commit

Permalink
Add screenshots and banner for catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneLiberty committed Jun 26, 2023
1 parent 86fc49f commit 6cfd9f4
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 0 deletions.
Binary file added .flipcorg/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .flipcorg/gallery/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# Changelog


## 1.5.0

Changes:

- Added new scene with information about why nonces aren't collected (skipped/invalid)

- Removed some old code, breaking compability with old firmware

- App renamed from "Flipper (Mifare) Nested" to "Flipper Nested"


## 1.4.6

Fix fallback to hardnested


## 1.4.5

Fix .nested folder if running Hard Nested


## 1.4.4

Fix skipped = false


## 1.4.3

Fix invalid free count


## 1.4.2

Minor code refactor


## 1.4.1

Fix invalid nonces after skipping


## 1.4.0

Changes:

- Changed scenes, now they are more informative and beautiful (closes #6)

- Check if sector is alive in Nested attacks (closes #5)

- Now tag PRNG detected at sector, where key is available (fix not working with dead 0 sector, closes #4)

- Detect hard PRNG from start, hardnested doesn't require calibration now

- Settings menu: ability to always run Hard Nested (regardless of PRNG)

- Minor code refactoring, a lot of bug fixes (memory leaks, stability improvements)

- Fallback to Hard Nested now after 25 failed tries (was 10)


## 1.3.0

Check first_byte_sum (no more invalid ones)


## 1.2.5

Add missing file


## 1.2.4

Missing free() on crypto1


## 1.2.3

Missing free()


## 1.2.2

Migrate to file_stream


## 1.2.1

Fix memory leaks


## 1.2.0

Hard Nested attack


## 1.1.1

Improve calibration cycle


## 1.1.0

Changes:

- Change nested folder name to .nested

- Remove .keys file after search

- Bug fixes


## 1.0.0

Public release

0 comments on commit 6cfd9f4

Please sign in to comment.