malware-analysis
Here are 917 public repositories matching this topic...
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Apr 14, 2021
-
Updated
Feb 14, 2022
-
Updated
Jun 18, 2022 - Python
-
Updated
Jul 7, 2022
Matched on: ::
Name: Internet Protocol (IP) Address Version 6
Link: https://www.shodan.io/host/::
This shouldn't match.
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Jul 8, 2022 - Python
-
Updated
Apr 30, 2022 - Java
Problem in MISP/app/Lib/Export/NidsExport.php /
causes there are two rows in beggening of all rules regarding email. Bug is in row 161
case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
this causes inserting both source and destinati
-
Updated
Jan 21, 2022 - PowerShell
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
May 6, 2022 - Inno Setup
I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our import lief #type:ignore
statements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. H
-
Updated
Jun 30, 2022 - Java
-
Updated
Jul 8, 2022 - Python
-
Updated
Nov 9, 2021 - C
when wanting to display different output modes, e.g. plain or verbose, the whole program needs to run again
with the results document saved by the user, we could also take that as an input and render per the specified arguments
alternatively/additionally, we could think about a "workspace option" combining the results and/or freeze output (underused, currently I think) to speed up subsequent
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 13, 2022
-
Updated
Jun 29, 2022 - Rich Text Format
-
Updated
Jun 25, 2022 - C++
-
Updated
Feb 15, 2022 - Assembly
-
Updated
Dec 11, 2021 - Go
-
Updated
Jun 25, 2022 - C
-
Updated
Oct 2, 2021 - Python
-
Updated
Jul 4, 2022 - YARA
-
Updated
May 26, 2022 - TypeScript
-
Updated
Feb 17, 2020
Improve this page
Add a description, image, and links to the malware-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the malware-analysis topic, visit your repo's landing page and select "manage topics."
[0x00000000]> woa 1
Invalid word size. Use 1, 2, 4 or 8
[0x00000000]>
also it will be good to use wo+ and wo- instead of woa and wos imho. not to say we can pass the blocksize as 2nd argument or handle it as its done with wo2 wo4... like woa2 1 instead of having to pass an hexpair string