malware-analysis
Here are 752 public repositories matching this topic...
-
Updated
Sep 27, 2021 - Python
-
Updated
Apr 14, 2021
-
Updated
Aug 29, 2021
-
Updated
Sep 13, 2021 - Python
Is described as:
Regex codes of some patterns used in Turkey. We can add some of these which we don't have already.
You can follow this guide:
https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex
to add your own Regex! :) <3
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Sep 28, 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
-
Updated
Sep 21, 2021 - JavaScript
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
Sep 27, 2021 - Inno Setup
-
Updated
Aug 24, 2021 - Java
-
Updated
Sep 28, 2021 - Python
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
Sep 28, 2021 - Rich Text Format
-
Updated
Sep 12, 2021 - C++
-
Updated
Sep 7, 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
Sep 12, 2021 - C
-
Updated
Sep 15, 2021
-
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."
Description
Please describe what are you missing or wanting to be improved
Recently I read a new syntax coloring technique for programing languages. Instead of highlighting grammar, highlight the things you are likely to mistake. So make sure
strcpyandstrncpyare easily distinguishable by their color. It would be cool to apply this to immediate values in assembly and the?command