node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-10-17 16:090.6.2MTRNord6+6-6
2023-10-17 16:09Deocode stringsMTRNord1+0-2
2023-10-17 16:08Deocode stringsMTRNord5+28-5
2023-10-13 17:020.6.1MTRNord6+6-6
2023-10-13 16:54Make windows build work againMTRNord2+7-1
2023-10-13 16:510.6.0MTRNord6+6-6
2023-10-13 16:51Update changelogMTRNord5+12-9
2023-10-13 16:10Extend function of the yara json moduleMTRNord8+243-24
2023-10-09 19:100.5.1MTRNord6+6-6
2023-10-09 19:10Make dots in keys of json objects work with the json moduleMTRNord6+154-13
2023-10-07 23:27Reduce the size of the npm package slightlyMTRNord2+7-0
2023-10-07 23:160.5.0MTRNord6+6-6
2023-10-07 23:15Release 0.5.0MTRNord2+7-2
2023-10-07 23:00Fix dependencies for testsMTRNord1+3-0
2023-10-07 22:59Dont test on arm macos since there are no native runners yetMTRNord1+0-2
2023-10-07 22:46Ensure lld is present on CI arm linuxMTRNord1+1-1
2023-10-07 22:42use clang also on arm linuxMTRNord1+4-0
2023-10-07 22:41Dont build dynlibs and make sure we also test arm macos againMTRNord2+3-0
2023-10-07 22:31Fix path to lldMTRNord1+3-10
2023-10-07 22:24Disable json tests on windowsMTRNord1+54-53
2023-10-07 22:23Do not build jansson on macosMTRNord1+20-17
2023-10-07 22:17Dont link the json things on windowsMTRNord1+7-5
2023-10-07 22:10Use correct commandsMTRNord1+2-1
2023-10-07 22:07Try to use correct packages on arm crossbuildMTRNord1+2-2
2023-10-07 21:57Debug aarch64-apple-darwin buildMTRNord1+2-2
2023-10-07 21:43Fix LDFLAGS for yara (maybe)MTRNord1+3-1
2023-10-07 21:36Do not use -Z flags in the buildMTRNord1+3-6
2023-10-07 21:33Add json parsing support to the yara buildMTRNord12+737-2
2023-10-05 09:240.4.0MTRNord11+17-14
2023-10-05 09:22Update and add some more testsMTRNord4+85-2
2023-10-03 19:09Add towncrier and utilize Either typesMTRNord6+96-66
2023-10-01 18:440.3.0MTRNord6+7-8
2023-10-01 18:37Remvoe obsolete brew commandMTRNord1+0-1
2023-10-01 18:29Fix typoMTRNord1+0-1
2023-10-01 18:26Try getting windows to buildMTRNord5+48-7
2023-10-01 16:580.2.1MTRNord5+6-7
2023-10-01 16:58Fix versionsMTRNord2+2-2
2023-10-01 16:54Try debugging the weirdness with publishingMTRNord2+15-8
2023-10-01 16:300.2.0MTRNord3+4-5
2023-10-01 16:30Update ts defintionsMTRNord2+2-1
2023-10-01 16:29Trying to get napu to not double publish stuffMTRNord1+8-10
2023-10-01 16:21Delete windows referencesMTRNord2+3-20
2023-10-01 16:070.1.2MTRNord5+5-5
2023-10-01 15:530.1.1MTRNord5+6-7
2023-10-01 15:52Fix target triplesMTRNord1+5-1
2023-10-01 15:060.1.0MTRNord5+6-7
2023-10-01 15:04Add license and READMEMTRNord7+256-10
2023-10-01 14:53Allow defining variables in the scannerMTRNord1+43-1
2023-10-01 14:47Restructure the code to reflect the truth a bit betterMTRNord6+178-18
2023-10-01 13:59Disable node 16 and 14 on x86_64 (not supported anyway) and enable node 20MTRNord1+6-2
2023-10-01 13:58Minor cleanupMTRNord1+1-4
2023-10-01 13:53Minor cleanupMTRNord1+0-1
2023-10-01 13:52Debug ubuntu versionMTRNord1+1-0
2023-10-01 13:44reenable ltoMTRNord1+1-1
2023-10-01 13:43We dont need the crypto depsMTRNord1+0-2
2023-10-01 13:30Do not static link opensslMTRNord1+0-3
2023-10-01 13:24Try to fix openssl on apple arm64MTRNord2+6-3
2023-10-01 13:11Add missing openssl dependency to macos buildMTRNord1+1-0
2023-10-01 12:46Fix compiling yara on apple aarch64MTRNord2+8-1
2023-10-01 12:20Statically link yaraMTRNord3+18-9
2023-10-01 11:41Install missing dependenciesMTRNord1+6-2
2023-10-01 11:34Update lockfileMTRNord2+2-112
2023-10-01 11:33Fix return types for functions and write proper tests. Also reduce required dependenciesMTRNord9+218-63
2023-09-30 20:39Use correct strip commandMTRNord1+1-1
2023-09-30 20:35dynamically link to yara insteadMTRNord1+0-1
2023-09-30 20:30Debug env varsMTRNord1+2-0
2023-09-30 20:16Add missing dependencyMTRNord1+1-1
2023-09-30 20:13Add missing dependencyMTRNord1+1-1
2023-09-30 19:47Use actually correct pathMTRNord1+1-1
2023-09-30 19:44Set NIX_PATHMTRNord1+1-5
2023-09-30 19:39Make nix-shell workMTRNord1+5-0
2023-09-30 19:33Make sure we use nix-shellMTRNord1+1-1
2023-09-30 19:25Use nix napiMTRNord1+2-1
2023-09-30 18:27We define the env vars at the runner nowMTRNord1+1-1
2023-09-30 18:06Less dirty dirty workaroundMTRNord1+1-1
2023-09-30 17:45brittle workaroundMTRNord1+1-2
2023-09-30 17:08There is no reason to use dockerMTRNord1+7-27
2023-09-30 17:04Dont crossbuild stuffMTRNord1+1-3
2023-09-30 16:34Try disabling openssl requirementMTRNord1+1-0
2023-09-30 16:30Try disabling openssl requirementMTRNord2+1-2
2023-09-30 16:17Use newer nodejs-rust due to libsslMTRNord1+1-1
2023-09-30 16:04Add a way to scan string and add missing libssl dependency to CIMTRNord3+28-14
2023-09-30 15:58Fix libmagic dependency nameMTRNord1+2-2
2023-09-30 15:54Add missing libmagicMTRNord1+4-2
2023-09-30 15:51Remove windows supportMTRNord3+5-28
2023-09-30 15:43Fix linux buildsMTRNord1+2-0
2023-09-30 15:42Fix macos depsMTRNord1+8-0
2023-09-30 15:37Fix buildMTRNord1+6-3
2023-09-30 15:34Initial commitMTRNord27+4179-0