Skip to content

Automated build for Linux and Windows

Latest
Compare
Choose a tag to compare

This release provides prebuilt executables/binaries of ruleset_converter, subresource_filter_tool and subresource_indexing_tool for x64/x86-64/amd64.
These tools were built from the latest available chromium commit.
There are builds for both Linux and Windows in the respective zip files.

Info for Linux:

$ unzip -l subresource_filter_tools_linux-x64.zip
Archive:  subresource_filter_tools_linux-x64.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
       41  2024-09-24 03:46   chromium-version-3b7bfac401
  3629112  2024-09-24 03:46   ruleset_converter
  4238304  2024-09-24 03:46   subresource_filter_tool
  3626104  2024-09-24 03:46   subresource_indexing_tool
---------                     -------
 11493561                     4 files


$ file ruleset_converter
ruleset_converter: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[xxHash]=90416496a02556a9, not stripped


$ file subresource_filter_tool
subresource_filter_tool: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[xxHash]=eafba4ef4d4a13c2, not stripped


$ file subresource_indexing_tool
subresource_indexing_tool: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[xxHash]=15f7ee89e08311e6, not stripped


$ sha256sum -b * > SHA256SUMS

Info for Windows:

$ unzip -l subresource_filter_tools_windows-x64.zip
Archive:  subresource_filter_tools_windows-x64.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
  1802240  2024-09-24 04:25   ruleset_converter.exe
  2406400  2024-09-24 04:25   subresource_filter_tool.exe
  1840640  2024-09-24 04:25   subresource_indexing_tool.exe
       42  2024-09-24 04:25   chromium-version-146627d269
---------                     -------
  6049322                     4 files


$ file ruleset_converter.exe
ruleset_converter.exe: PE32+ executable (console) x86-64, for MS Windows


$ file subresource_filter_tool.exe
subresource_filter_tool.exe: PE32+ executable (console) x86-64, for MS Windows


$ file subresource_indexing_tool.exe
subresource_indexing_tool.exe: PE32+ executable (console) x86-64, for MS Windows