malware-analysis
Here are 689 public repositories matching this topic...
-
Updated
May 28, 2021 - Python
-
Updated
Apr 14, 2021
-
Updated
Mar 18, 2021
-
Updated
Mar 28, 2021 - Python
-
Updated
May 23, 2021 - Java
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
May 21, 2021 - Python
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
May 3, 2021 - PowerShell
Seeing PGO: UNKNOWN is not implemented yet! printed out when parsing the following assembly
global main
extern GetStdHandle
extern WriteFile
section .text
main:
mov rcx, 0fffffff5h
call GetStdHandle
mov rcx, rax
mov rdx, NtlpBuffer
mov r8, [NtnNBytesToWrite]
mov r9, NtlpNBytesWritten
sub rsp, 40
mov dword [rs-
Updated
May 24, 2021 - JavaScript
-
Updated
May 31, 2021 - Python
-
Updated
May 31, 2021 - Python
-
Updated
May 25, 2021 - Java
-
Updated
May 27, 2021 - Rich Text Format
Better URL Regex
We do not match on:
google.com
Because there is no HTTPS at the start.
The solution is to build a list of all top level domains ( see https://data.iana.org/TLD/tlds-alpha-by-domain.txt for all of them in a neat text file) and match only if the end matches a TLD.
An example regex is:
.*\.com|\.org
Which matches:
tryhackme.com
-
Updated
May 29, 2021 - C++
-
Updated
Mar 31, 2021
-
Updated
Mar 30, 2021 - Assembly
-
Updated
Mar 18, 2019 - Go
-
Updated
Nov 11, 2020 - Python
-
Updated
Apr 16, 2021 - YARA
-
Updated
Nov 29, 2017 - Python
-
Updated
May 8, 2021
-
Updated
Apr 23, 2021 - Python
-
Updated
Feb 17, 2020
-
Updated
Oct 5, 2020 - Python
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."
On my rpi4 (Linux liumeo-rpi4 5.4.79-v7l+ #1373 SMP Mon Nov 23 13:27:40 GMT 2020 armv7l GNU/Linux), all test errors fixed now.