peter-maude-new/xcsset-scanner

GitHub: peter-maude-new/xcsset-scanner

专门用于检测 Xcode 项目中 XCSSET 恶意软件的扫描工具,具备递归解码混淆载荷的能力。

Stars: 0 | Forks: 0

# React + TypeScript + Vite 此模板提供了在 Vite 中运行 React 的最小配置,包含 HMR 和一些 ESLint 规则。 目前有两个官方插件可用: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) 使用 [Babel](https://babeljs.io/)(或在 [rolldown-vite](https://vite.dev/guide/rolldown) 中使用 [oxc](https://oxc.rs))进行 Fast Refresh - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) 使用 [SWC](https://swc.rs/) 进行 Fast Refresh ## React Compiler 此模板未启用 React Compiler,因为它会对开发和构建性能产生影响。如需添加,请参阅[此文档](https://react.dev/learn/react-compiler/installation)。 ## 扩展 ESLint 配置 如果您正在开发生产级应用,我们建议更新配置以启用类型感知的 lint 规则: ``` export default defineConfig([ globalIgnores(['dist']), { files: ['**/*.{ts,tsx}'], extends: [ // Other configs... // Remove tseslint.configs.recommended and replace with this tseslint.configs.recommendedTypeChecked, // Alternatively, use this for stricter rules tseslint.configs.strictTypeChecked, // Optionally, add this for stylistic rules tseslint.configs.stylisticTypeChecked, // Other configs... ], languageOptions: { parserOptions: { project: ['./tsconfig.node.json', './tsconfig.app.json'], tsconfigRootDir: import.meta.dirname, }, // other options... }, }, ]) ``` 您也可以安装 [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) 和 [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) 以获取 React 特定的 lint 规则: ``` // eslint.config.js import reactX from 'eslint-plugin-react-x' import reactDom from 'eslint-plugin-react-dom' export default defineConfig([ globalIgnores(['dist']), { files: ['**/*.{ts,tsx}'], extends: [ // Other configs... // Enable lint rules for React reactX.configs['recommended-typescript'], // Enable lint rules for React DOM reactDom.configs.recommended, ], languageOptions: { parserOptions: { project: ['./tsconfig.node.json', './tsconfig.app.json'], tsconfigRootDir: import.meta.dirname, }, // other options... }, }, ]) ```
标签:Apple 开发者工具, Cutter, DNS 反向解析, IP 地址批量处理, macOS 安全工具, React, SOC Prime, Syscalls, TypeScript, Vite, Xcode 项目安全, XCSSET 恶意软件检测, 云安全监控, 前端安全, 安全插件, 开发工具, 恶意软件查杀, 混淆载荷解码, 网络信息收集, 自动化攻击, 自动化攻击, 自定义DNS解析器, 逆向工具, 递归解码, 静态分析