Skip to content

Commit 060c962

Browse files
committed
+Fermion-v16
1 parent de5606a commit 060c962

File tree

13 files changed

+1259
-170
lines changed

13 files changed

+1259
-170
lines changed

CHANGELOG.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,15 @@
8282
* Added JS trap for ctrl/command-t to refresh the Frida script in the target. It is now practical to collapse side-bar and work on your code.
8383
* Added "GC" on the textarea. It was always a problem that high volume hooks could tank Fermion if the textarea grew too large. Fermion now limits the line count to 5000 and will delete old entries as new ones come in.
8484
* Changed color for the text area. I think eventually a full UI re-design will probably be in order (v2 maybe).
85-
* Added example: malloc, readFile
85+
* Added example: malloc, readFile, graphviz
86+
87+
-= Fermion v1.6 =-
88+
89+
* Pre-built release updated to Frida v15.0.2
90+
* Build updated/tested for Electron v13
91+
* Updated language bindings
92+
* Fermion Bugfix for new Chrome CORS policy
93+
* Disable contextIsolation for window communications
94+
* Bugfix for https://github.com/FuzzySecurity/Fermion/issues/12
95+
* Four new themes: Amy, Oceanic Next, Tomorrow Night Blue, Vibrant Ink
96+
* More minor UI colour changes. I still thinking of a full re-design for v2.

Fermion/assets/css/frida.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ a, a:hover, a:focus {
170170
}
171171

172172
a.nav-link:hover {
173-
background: #ff4757;
173+
background: #ee6055;
174174
display: inline-block;
175175
vertical-align: middle;
176176
-webkit-transform: perspective(1px) translateZ(0);
@@ -206,7 +206,7 @@ a.nav-link:hover {
206206
#sidebar {
207207
min-width: 250px;
208208
max-width: 250px;
209-
background: #ff4757;
209+
background: #ee6055;
210210
color: #fff;
211211
transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
212212
transform-origin: bottom left;
@@ -219,7 +219,7 @@ a.nav-link:hover {
219219

220220
#sidebar .sidebar-header {
221221
padding: 15px;
222-
background: #ff4757;
222+
background: #ee6055;
223223
}
224224

225225
#sidebar ul.components {
@@ -237,12 +237,12 @@ a.nav-link:hover {
237237
display: block;
238238
}
239239
#sidebar ul li a:hover {
240-
color: #ff4757;
240+
color: #ee6055;
241241
background: #fff;
242242
}
243243

244244
#sidebar ul li.active > a, a[aria-expanded="true"] {
245-
color: #ff4757;
245+
color: #ee6055;
246246
background: #fff;
247247
}
248248

@@ -436,9 +436,9 @@ textarea#FridaOut {
436436
height: 100%;
437437
color: #ffffff;
438438
font-family: monospace;
439-
font-size: 0.9em;
439+
font-size: 0.8em;
440440
line-height: 1.7em;
441-
background-color: #422f2f;
441+
background-color: #423636;
442442
}
443443

444444
.btn-level {
@@ -487,7 +487,7 @@ input[type="checkbox"].slider{
487487
}
488488

489489
input[type="checkbox"].slider:checked{
490-
background: #ff4757;
490+
background: #ee6055;
491491
}
492492

493493
input[type="checkbox"].slider:after{

Fermion/assets/img/version.png

-157 Bytes
Loading

0 commit comments

Comments
 (0)