Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a code sample or a tutorial for beginners somewhere? #105

Closed
ghost opened this issue Jun 17, 2022 · 6 comments
Closed

Is there a code sample or a tutorial for beginners somewhere? #105

ghost opened this issue Jun 17, 2022 · 6 comments

Comments

@ghost
Copy link

ghost commented Jun 17, 2022

I can't simply use go-yara like I can with yara-python,Is there a code sample or a tutorial for beginners somewhere?

@hillu
Copy link
Owner

hillu commented Jun 19, 2022

Sure. Please have a look at the _examples/simple-yara directory.

Is there anything else you need to get started … or do you have suggestions on how to improve the documentation?

@ghost
Copy link
Author

ghost commented Jun 28, 2022

Even I appreciate It's not particularly easy to use than yara-python

Sure. Please have a look at the _examples/simple-yara directory.

Is there anything else you need to get started … or do you have suggestions on how to improve the documentation?

So much appreciate for your reply, I'm sorry to say, go-yara is not particularlly easy to use than yara-python.....,You'd better to optimize the API.

I sincerely hope that go-yara can grow and grow

@hillu
Copy link
Owner

hillu commented Jun 28, 2022

At the moment, I don't think that there is anything to be done to improve the API. Since Go is a language based on weak static types, the experience is going to be a bit different from what you get with Python. (I had a brief look at Go 1.18+ "generics", but there wasn't anything that could have been improved by usinig generiics.)

So, if there's anything that can be improved regarding examples or other documentation, please tell me.

@aosti
Copy link

aosti commented Jul 5, 2022

I have to respectfully disagree with @b1tkeeper.

We successfully used go-yara and a set of yara rules in one of our internal security services. It is stable and performs great. We scan more than 3 million files daily.

@hillu
Copy link
Owner

hillu commented Jul 5, 2022

@aosti Thank you for your feedback. :-)

@b1tkeeper: Unless you have any specific suggestions on what to improve (preferably in the form of pull requests for documentation), I'm going to close this issue.

@hillu
Copy link
Owner

hillu commented Aug 2, 2022

Since there are no specific suggestions on what to improve, I'm closing this issue.

@hillu hillu closed this as completed Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants