malware-analysis
Here are 727 public repositories matching this topic...
-
Updated
Aug 9, 2021 - Python
-
Updated
Apr 14, 2021
-
Updated
Mar 18, 2021
-
Updated
Jul 24, 2021 - Python
This may be pretty useful since if a user gets an output that contains unwanted entries, they can easily tweak filtration settings.
Regex101 Library
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Aug 10, 2021 - Python
-
Updated
May 23, 2021 - 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
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
Aug 5, 2021 - JavaScript
-
Updated
Aug 10, 2021 - Python
-
Updated
Jul 21, 2021 - Java
in some cases, f-strings can be easier for humans to read and result in fewer characters/lines. they are supported from py3.6 onwards, so they're now acceptable to use within capa.
we should use f-strings where they make sense. furthermore, we should define what "make sense" means.
notably, we should not use f-strings in calls to logging
.
-
Updated
Jul 13, 2021 - Rich Text Format
-
Updated
Aug 10, 2021 - C++
-
Updated
Aug 2, 2021
-
Updated
Jul 22, 2021 - Assembly
-
Updated
Mar 18, 2019 - Go
-
Updated
Nov 11, 2020 - Python
-
Updated
Aug 5, 2021 - YARA
-
Updated
Nov 29, 2017 - Python
-
Updated
May 8, 2021
-
Updated
Aug 10, 2021 - C
-
Updated
Apr 23, 2021 - Python
-
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."
r_anal_esil_pushnum uses snprintf, sdb_itoa is faster