Giter Club home page Giter Club logo

cefdetectorx's Introduction

CEF Detector X - 一眼CEF X: 年轻人的第二款 Windows CEF检测器 Release

Check how many CEFs are on your Windows.

【2 代使用 Electron 编写并提供更多功能】

看看你电脑 (Windows) 上有多少个 CEF (Chromium Embedded Framework).

Note 欢迎你把程序截图发到 Discussions 中, 看看谁才是真的 《超级CEF王》

你说的对,但是《LibCEF》是由谷歌自主研发的一款全新开放浏览器内核。第三方代码运行在在一个被称作「CEF」的浏览器沙盒,在这里,被前端程序员选中的代码将被授予「libcef.dll」,导引浏览器之力‌。你将扮演一位名为「电脑用户」的冤种角色,在各种软件的安装中下载类型各异、体积庞大的 CEF 们,被它们一起占用硬盘空间,吃光你的内存——同时,逐步发掘「CEF」的真相。

截屏

Screenshot

使用

你首先需要安装 Everything 并完成全硬盘的扫描.

Release 页面下载最新的压缩包, 解压后运行 CefDetectorX.exe 即可.

Warning 不支持精简版Everything, 它不允许 IPC

特性

  • 检测 CEF 的类型: 如 libcefElectronNWJSCefSharpMiniBlinkMiniElectronEdgeChrome
  • 显示总空间占用
  • 显示当前所运行的进程 (绿色文件名)
  • 单独显示每个程序的空间占用并按大小排序
  • 支持自定义背景音乐 (默认为: The Magnificent Seven, 替换 resources/app/bgm.mp3 即可)
  • 可以通过添加参数 --no-bgm 的形式来关闭背景音乐

作者

Shirasawa

创意来自 @Lakr233 的 SafariYYDS 项目.

协议

MIT

cefdetectorx's People

Contributors

howard20181 avatar shatyuka avatar shirasawasama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cefdetectorx's Issues

[FeatureRequest]增加扫描进度条

RT,好奇能不能加一个扫描进度条,方便知道什么时候扫描完 然后截图
(或者能不能在console里印一个扫描完成之类的提示)

Releases中的CefDetectorX.zip会播放bgm

迷惑
release中两个文件,一个写着with bgm一个没写,但实际上都会播放,区别仅在于resources/app下有没有文件。这里的with bgm指的是不会请求在线资源吗?
image

image

专门挑了没bgm的,一打开耳朵差点给我震聋
16YRLSA9H2KA~WNIP6LXP4M

[建议]一些关于正确识别应用程序名称的建议

  1. 可以增加一个映射文件,将目录名中的特征映射到一个名称。
  2. 对于Edge之类的东西,可以增加正则识别其中的版本号以体现版本信息。
  3. 对于steam目录下的文件,可以直接识别为steamapps\common<目录名>

Suggestion: rewrite the page using react

I want to use the React+Electron solution to rewrite the front-end part of this software and ask for your opinion.

React can make software more niubi. (maybe?)

展示你的cef数量

Discussed in #17

Originally posted by ShirasawaSama December 3, 2022
把你的程序运行截图上传,看看谁是《超级cef王》


image

过滤部分文件夹

你好,可不可以添加部分文件夹过滤,扫到我的onedrive直接爆炸了
image

展示你的cef数量

Discussed in #17

Originally posted by ShirasawaSama December 3, 2022
把你的程序运行截图上传,看看谁是《超级cef王》


image

没啥必要套娃

这个工具本身就是electron写的23333

不如换个东西写?
github国内下载速度太慢了

展示你的cef数量

Discussed in #17

Originally posted by ShirasawaSama December 3, 2022
把你的程序运行截图上传,看看谁是《超级cef王》


屏幕截图 2023-01-27 130107

无法运行Cannot Run the program

下载完成压缩包并解压以后CefDetectorX文件无后缀如图:
屏幕截图 2023-01-07 222111

无法打开。手动添加后缀后仍无法运行如图
屏幕截图 2023-01-07 222250

两个版本皆同。
最新Release

不支持Everything64位版本

该程序似乎不支持Everything64位版本

我安装了Everything64位版本 但这款软件检测不到任何cef应用。

这是未安装32位(已安装64位标准安装版Everything)

屏幕截图 2023-04-03 202939
可以发现虽然左侧有一些cef应用(例如msedge,clash) 但是右侧没有显示

同时安装两个版本的Everything后 可以看到完美扫描出所有应用

屏幕截图 2023-04-03 204929
可以看到已经能扫描出应用了

已经确认做了全盘扫描 无排除文件夹 索引也强制重建过了 数据库位置也更换过

系统信息:

system:Windows11专业工作站版
cefdetectorX位置:E:\Desktop\Cef Detector X
Everything64位安装目录:D:\Everything
数据库位置:"D:\Everything\Everything.db"
Everything32位安装目录:D:\Everything86
数据库位置:"D:\Everything86\Everything.db"

希望该bug能尽快修复!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.