Commit graph

383 commits

Author SHA1 Message Date
Sam Carlton
d37603fcd5 Move scan business login into scan file 2022-08-07 14:33:58 -05:00
Sam Carlton
f82e47c4b6 Put scan steps into single method 2022-08-07 14:19:40 -05:00
Sam Carlton
9ec294c629 Remove undefined arg 2022-08-07 14:18:14 -05:00
Sam Carlton
e3af5f7bb8 Add Scan Worker 2022-08-07 14:18:00 -05:00
Sam Carlton
b857977fbe Reenable V2 Scanner 2022-07-27 21:25:49 -05:00
Sam Carlton
e008ad7ddf Reenable MachoNode 2022-07-27 21:25:36 -05:00
Sam Carlton
3be1dd52a7 Try importing buffer index
# Conflicts:
#	helpers/scanner/client.mjs
2022-07-26 23:25:27 -05:00
Sam Carlton
3ee6a8c13e Remove big int import 2022-07-26 21:31:51 -05:00
Sam Carlton
df266d7760 Use native BigInt
# Conflicts:
#	helpers/scanner/parsers/plist.js
2022-07-26 21:28:44 -05:00
Sam Carlton
f22bfe4d03 Import zip.js at top 2022-07-22 12:20:12 -05:00
Sam Carlton
0d50f7a70a Wrap scan steps in try catch 2022-07-22 12:19:55 -05:00
Sam Carlton
f717f4bf22 Import parseMacho normally 2022-07-22 00:07:35 -05:00
Sam Carlton
9e16769fa5 Disable v2 scanner 2022-07-21 22:57:41 -05:00
Sam Carlton
65692733f2 Try disabling MachoNode 2022-07-21 22:47:02 -05:00
Sam Carlton
07ee8760b5 Rebuild endian-reader as class 2022-07-21 22:42:26 -05:00
Sam Carlton
622856cacb Move pretty bytes with other modules 2022-07-21 22:15:56 -05:00
Sam Carlton
4004ac2002 Use standard import for zip.js 2022-07-21 21:57:20 -05:00
Sam Carlton
ca58913ccc Convertr scanner client to mjs 2022-07-21 21:52:12 -05:00
Sam Carlton
78f3b7a04a Enable new scan with version 2 query parameter 2022-07-21 21:48:21 -05:00
Sam Carlton
01d0ba8dbf Fix missing function 2022-07-21 21:47:38 -05:00
Sam Carlton
f499b3eecb Log parser start 2022-07-21 21:31:21 -05:00
Sam Carlton
62a5b430e1 Continue on parser fail 2022-07-21 21:31:14 -05:00
Sam Carlton
d7112ae322 FIx File proccessing for Browser and Node 2022-07-21 21:30:50 -05:00
Sam Carlton
7f9d891ab7 Import MachoManic Magics to determine bits 2022-07-21 21:17:45 -05:00
Sam Carlton
127c37c52e Use Buffer directly for macho parser 2022-07-21 20:28:14 -05:00
Sam Carlton
d17ec1c23b Import Buffer directly 2022-07-21 19:54:54 -05:00
Sam Carlton
44eef3d075 Switch back to imported buffer 2022-07-21 19:52:32 -05:00
Sam Carlton
7fa813fcac Comment Magic types 2022-07-21 19:49:43 -05:00
Sam Carlton
fae37c476b Add context to FileBlob 2022-07-21 18:47:34 -05:00
Sam Carlton
e161af18cf Trim error messages 2022-07-19 22:27:49 -05:00
Sam Carlton
c04da29933 User local MachoNode 2022-07-19 22:27:37 -05:00
Sam Carlton
5bce0c5dc3 Move makeFileBuffer logic to function 2022-07-19 22:26:19 -05:00
Sam Carlton
15ddc6c4b8 Add MachoNode locally 2022-07-19 22:24:49 -05:00
Sam Carlton
e2380f519f Use local FileApi 2022-07-19 21:38:07 -05:00
Sam Carlton
e61f9e7233 Match main executable both ways 2022-07-19 21:35:05 -05:00
Sam Carlton
3eb703ba2f Revert FileInstance.arrayBuffer to node style 2022-07-19 21:33:38 -05:00
Sam Carlton
2cf8cc45ba Add FileApi FileReader 2022-07-19 21:24:30 -05:00
Sam Carlton
c389120a6e Add FileApi File 2022-07-19 21:17:47 -05:00
Sam Carlton
f3b4bdcf3c Enable parsing infoPlist in the browser 2022-07-19 00:04:28 -05:00
Sam Carlton
f59ebd9056 Detect plain text plists 2022-07-19 00:01:05 -05:00
Sam Carlton
c498dc5b33 Add binary plist parser 2022-07-18 23:53:01 -05:00
Sam Carlton
572bf0ec57 Remove loggers 2022-07-18 21:38:22 -05:00
Sam Carlton
d909010d36 Add 7z commands reference 2022-07-18 21:25:28 -05:00
Sam Carlton
f98a3f7ae1 Add experimental 7z compressor 2022-07-18 21:23:21 -05:00
Sam Carlton
a2a9acfa42 Include error message 2022-07-18 19:33:41 -05:00
Sam Carlton
4c92f61fd5 Add timeout for Macho Parsers 2022-07-18 19:33:22 -05:00
Sam Carlton
b8a3b8e5d9 Add support for binary plists 2022-07-18 19:09:33 -05:00
Sam Carlton
6f6352a859 Add failovers for name and version 2022-07-18 18:44:31 -05:00
Sam Carlton
ae3f9e9b64 Simplify macho parser error 2022-07-18 18:44:04 -05:00
Sam Carlton
3dfba1d355 Add MachoNode parser 2022-07-18 18:06:00 -05:00