Displaying 4 results from an estimated 4 matches for "fueris".
2019 Dec 10
2
Re: Libguestfs with Yara rules error
On Tue, Dec 10, 2019 at 09:19:47AM +0100, Luis wrote:
> I am using libguestfs 1.40.2 and yara 3.11.0 but when I execute my program
> it thoughts the following error:
>
> $> ./yara-guestfs
> libguestfs: error: yara_load: feature 'libyara' is not available in this
> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
>
> If we check
2019 Dec 21
1
Re: Libguestfs with Yara rules error
Sorry Richard. Now I will attach you debug file.
El 21/12/2019 a las 16:38, Luis Fueris escribió:
>
> Hi Richard.
>
> Few days ago, I installed libyara a libguestfs properly. But when I
> load a yara rule and scan it via guestfs_yara_scan, my binary
> throughts following error:
>
> libguestfs: error: deserialise_yara_detection_list: Success
>
> And func...
2020 Jul 29
2
Building a single .rst file
Is "Unix Makefiles" what I want if I am building on Windows using GNU make?
At 7/28/2020 10:41 PM, Xing GUO wrote:
>On 7/29/20, Paul C. Anagnostopoulos via llvm-dev
><llvm-dev at lists.llvm.org> wrote:
>> Folks,
>>
>> Total newbie here. What is the simplest way to build a single .rst file so
>> that I can look at the generated HTML? I have CMake,
2019 Dec 21
0
Re: Libguestfs with Yara rules error
Hi Richard.
Few days ago, I installed libyara a libguestfs properly. But when I load
a yara rule and scan it via guestfs_yara_scan, my binary throughts
following error:
libguestfs: error: deserialise_yara_detection_list: Success
And function exists with NULL value. As we can see this function is on
lib/yara.c from libguestfs git. I think that these yara functions are an
integration for yara