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: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## 🆕 Changelog
4
4
5
+
### v0.17.3
6
+
7
+
***Locked SQLite Access via Handle Duplication**: Added syscall-based handle enumeration and duplication to access browser SQLite databases without terminating processes.
8
+
* Duplicates open database file handles into the payload process and extracts from a temporary copy.
9
+
* Prevents failures caused by active file locks on especially `Cookies`.
10
+
***Extended Syscall Coverage**: Added direct syscall support for handle and file operations (`NtDuplicateObject`, `NtQuerySystemInformation`, `NtQueryObject`, `NtReadFile`, `NtQueryInformationFile`, `NtSetInformationFile`).
11
+
***Extraction Flow Change**: Removed browser network-service termination logic in favor of non-intrusive live-process extraction.
12
+
5
13
### v0.17.2
6
14
-**Browser Process Termination**: Added `-k/--kill` flag to terminate all running browser processes before extraction.
7
15
- Uses direct syscalls (`NtTerminateProcess`, `NtGetNextProcess`, `NtOpenProcess`) for process termination.
0 commit comments