Skip to content

Automated build for Linux and Windows

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-22 12:19   chromium-version-d069c83bb8
  3629080  2024-09-22 12:19   ruleset_converter
  4238272  2024-09-22 12:19   subresource_filter_tool
  3626072  2024-09-22 12:19   subresource_indexing_tool
---------                     -------
 11493465                     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]=5f894ec447d1839e, 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]=b3750f4660802569, 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]=197f1c3138fcea3f, 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-22 13:01   ruleset_converter.exe
  2406400  2024-09-22 13:00   subresource_filter_tool.exe
  1840640  2024-09-22 13:00   subresource_indexing_tool.exe
       42  2024-09-22 13:01   chromium-version-d069c83bb8
---------                     -------
  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