Micah Snyder (micasnyd)
9c58ba7bd7
Update to clamav-devel to synchronize with the clamav-bytecode-compiler project.
2019-10-02 16:08:24 -04:00
Micah Snyder
52cddcbcfd
Updating and cleaning up copyright notices.
2019-10-02 16:08:18 -04:00
Micah Snyder
b3e82e5e61
Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.
2019-10-02 16:08:17 -04:00
Micah Snyder
d7979d4ff7
Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.
...
Updated libclamav documentation detailing new scan options structure.
Renamed references to 'algorithmic' detection to 'heuristic' detection. Renaming references to 'properties' to 'collect metadata'.
Renamed references to 'scan all' to 'scan all match'.
Renamed a couple of 'Hueristic.*' signature names as 'Heuristics.*' signatures (plural) to match majority of other heuristics.
2018-12-02 23:06:59 -05:00
Mickey Sola
46a35abe56
mass update of copyright headers
2015-09-17 13:41:26 -04:00
Kevin Lin
0ff13b3138
clambc: added diagnostic tools for bytecode IR
...
clambc: added option to print bytecode IR
TODO: add diagnostic functions to win32 project
Conflicts:
shared/optparser.c
2014-07-25 12:06:13 -04:00
Kevin Lin
61e3637d08
bytecode api: added support for querying int and booleans from json properties
2014-05-06 16:15:08 -04:00
Kevin Lin
fa7ae4ccbc
bytecode api: updated copyright information
...
bytecode api: added json properties reading implementation
2014-05-06 16:13:48 -04:00
Török Edvin
cc4d540831
bb #4324
...
memcpy() crashes because GCC sees 'struct cli_exe_section*'
and assumes that section is aligned to at least 4 bytes.
But it isn't, so change the parameter to just 'void*'.
(Casting doesn't help, as GCC sees through it).
Also fixes part 1 of bb #3789 .
2012-02-29 17:04:16 +02:00
Török Edvin
f304dc688a
fmapify: fix const-ness warnings
2012-01-05 14:16:09 +02:00
Török Edvin
acc8bccb89
bb #2307 .
2010-10-19 16:23:19 +03:00
Török Edvin
4116c65d1b
Add bytecode API to determine whether running under JIT.
2010-10-18 12:35:39 +03:00
Török Edvin
1dae00ebf4
bytecode: add icon match API.
2010-08-02 18:21:24 +03:00
Török Edvin
dc200c6b19
Add bytecode API for pdf.
2010-08-02 18:21:24 +03:00
Török Edvin
9f1715ccea
Add new bytecode APIs to access the environment.
...
check_platform(...) is an API that can be used to:
- blacklist JIT/bytecode on just a very specific platform (not recommended)
- mask (with 0xf/0xff) some fields, and keep just the flags that uniquely
identify the system where a bug occurs (for example linux + ppc32).
- it returns a bool so you can do further checks if needed.
The bytecode also has access to all the information collected from the
environment, so it can make more detailed decisions (based on CPU, presence of
SELinux/PaX, etc.).
You can't introduce new detections via bytecode, but you can write new
conditions using existing ones.
The previously added builtin bytecode moved all the JIT disable logic to
bytecode for easy updating.
2010-07-29 14:06:59 +03:00
Török Edvin
da91503d8e
Properly round ilog/iexp/...
2010-05-14 10:41:42 +03:00
Török Edvin
7a7365efe9
0.96.1 new APIs (cli_map etc.)
2010-05-12 23:51:20 +03:00
Török Edvin
1c4683acd1
add match_offsets support.
2010-05-07 10:53:18 +03:00
Török Edvin
b00a7cc8f8
jsnorm api.
2010-03-31 10:53:11 +03:00
Török Edvin
cfb0aef113
OP_BC_COPY again.
2010-03-24 10:51:05 +02:00
Török Edvin
02068643c1
Print location of runtime error.
2010-03-22 14:58:58 +02:00
Török Edvin
7b33a3661d
More API fixes.
2010-03-22 11:18:28 +02:00
Török Edvin
6ad39a4099
zlib/buffer apis.
2010-03-22 11:18:28 +02:00
Török Edvin
75e18b29c2
minimalistic zlib api.
2010-03-22 11:18:28 +02:00
Török Edvin
f6471bc9d6
More APIs.
2010-03-22 11:18:28 +02:00
Török Edvin
d9fbce26fc
More API additions for PDF.
2010-03-22 11:18:28 +02:00
Török Edvin
b56bea54d3
New API for buffer fill.
2010-03-22 11:18:28 +02:00
Török Edvin
236fb13647
New pointer handling rules.
2010-02-15 17:32:40 +02:00
Török Edvin
847d7fc1b8
2009->2010
2010-02-02 14:03:32 +02:00
Török Edvin
3f25b35db9
Fix duplicate const qualifier (bb #1798 ).
2010-01-27 11:04:34 +02:00
Török Edvin
2d45ef0616
Support for malloc in bytecode. Fix crash with mismatched api/flevel versions.
2010-01-20 20:04:01 +02:00
Török Edvin
565e677f95
file_find, file_byteat bytecode APIs.
2010-01-20 17:16:45 +02:00
Török Edvin
b31f2e7a2d
Fix loading of apicall8 (disasm).
...
must alloc room for numop+2,
must validate only first element of an array type (it doesn't have more!),
regenerate _api_decl.c using ifacegen.
2010-01-19 19:58:15 +02:00
Török Edvin
f4e3421592
Support PE hook bytecodes triggered by logical signature.
2010-01-19 16:41:26 +02:00
Török Edvin
0fa95ef231
filesize, and pe_rawaddr API.
2010-01-18 19:31:59 +02:00
Török Edvin
688799d126
yc_bytecode is able to unpack a file now!
2009-12-17 17:40:35 +02:00
Török Edvin
65c740d7d8
Add support for tracing (if bytecode compiled with support).
...
TODO: global id 0 is now a null pointer, need to adjust rest of conversion code
accordingly.
2009-12-08 23:02:49 +02:00
Török Edvin
34da9ae405
change bytecode format to allow structs with more than 16 fields.
2009-12-04 16:45:48 +02:00
Török Edvin
75acf165c7
Sync headers with clamav bytecode compiler.
2009-11-27 16:54:24 +02:00
Török Edvin
b8656613c0
Doxygenize API headers.
2009-11-26 17:29:58 +02:00
Török Edvin
250d92c533
Sync with compiler.
2009-11-06 16:34:46 +02:00
Török Edvin
ec41017bba
WiP
2009-10-06 17:32:38 +03:00
Török Edvin
88815fd801
Sync with compiler.
2009-09-30 13:41:02 +03:00
Török Edvin
d38d6dadef
Logical signature hook for bytecode.
2009-09-22 11:04:33 +03:00
Török Edvin
52dd3a6bda
Initial support for loading .cbc files from DB.
2009-09-21 20:10:33 +03:00
Török Edvin
dcee45cce2
Update to latest bytecode format.
2009-09-21 18:48:43 +03:00
Török Edvin
7189addbde
WiP on debug APi.
2009-09-11 15:12:17 +03:00
Török Edvin
2922746173
Fix make distcheck.
2009-09-07 19:29:50 +03:00
Török Edvin
4789b8a5a6
Add draft file API, doesn't work yet.
2009-09-04 17:29:13 +03:00
Török Edvin
d0af4afea4
ctx param to APIs
2009-09-04 16:24:52 +03:00