-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
161 lines (161 loc) · 5.01 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Denis Rozimovschii",
"label": "Software Engineer / Security Researcher",
"image": "https://github.com/beaverden/resume/blob/0a4fd177a072b8014e9c73c31c499ccbe7354675/cv.png?raw=true",
"picture": "https://github.com/beaverden/resume/blob/0a4fd177a072b8014e9c73c31c499ccbe7354675/cv.png?raw=true",
"email": "<REDACTED>",
"phone": "<REDACTED>",
"url": "https://github.com/beaverden",
"website": "https://github.com/beaverden",
"profiles": [
{
"url": "https://github.com/beaverden"
}
],
"summary": "Passionate engineer with interest in malicious windows executables, compiler/decompiler techniques. Golang and machine learning enthusiast. \n\n I enjoy grinding a subject until I get a grasp of it, whether we're talking Emotet anti-emulation techniques, or cooking a perfect steak",
"location": {
"city": "Iași",
"countryCode": "RO"
}
},
"work": [
{
"name": "Bitdefender",
"company": "Bitdefender",
"url": "https://www.bitdefender.com/",
"location": "Romania, Iași",
"position": "Security Researcher",
"startDate": "2017-04-03",
"highlights": [
"Enriched windows emulation techniques and built extensive generic detections based on the metadata extracted from the emulation process as well as detections for well known malicious families such as Emotet • Experience with C/C++, build systems such a make, cmake, ninja, fast/scalable/reliable code. Data processing, matching algorithms at a large scale such as fast string matching to large databases",
"Created self-sufficient systems for automatic/manual detections on newly discovered malicious files • Python, Go, Docker, SQL/NoSQL databases, metric/log collection, site reliability, fast technology onboarding, efficient big data",
"Extended parsing/decompiling/detecting/visualizing techniques for executable and non-executable formats as VB6, C# IL, SFX • Fault tolerant and safe code, fast execution in limited environments, undocumented, obfuscated formats research"
]
},
{
"name": "AppCUI",
"company": "AppCUI",
"url": "https://github.com/gdt050579/AppCUI",
"position": "Maintainer",
"startDate": "2021-05-20",
"highlights": [
"Open source maintainer of a crossplatform multifunctional GUI Library",
"OSX/Unix frontend ports with SDL2 and ncurses",
"CMake builds • Github Workflows for Win/OSX/Unix • Valgrind tests • Compliance with the latest C/C++ standards"
]
}
],
"education": [
{
"institution": "Alexandru Ioan Cuza University",
"area": "Computer Science",
"studyType": "Bachelor",
"startDate": "2016-10-01",
"endDate": "2019-07-15"
}
],
"awards": [
{
"title": "II place, National Olympiad in Informatics, Republic of Moldova",
"date": "2016-04-18",
"summary": "Competitive programming contest, national stage"
}
],
"publications": [
{
"name": "Exploring the VB6 compiler",
"summary": "A study in the internals of the VB6 executable compiler and affiliated structures, along with applications in the modern security landscape"
}
],
"skills": [
{
"name": "Databases",
"level": "8/10",
"keywords": [
"SQL",
"Postgres",
"MongoDB",
"InfluxDB"
]
},
{
"name": "C/C++",
"level": "8/10",
"keywords": [
"Performant code",
"Parsers"
]
},
{
"name": "Machine learning",
"level": "7/10",
"keywords": [
"Reinforcement learning",
"Decision trees",
"Neural networks"
]
},
{
"name": "Golang",
"level": "9/10",
"keywords": [
"API / Microservices",
"Utilities",
"Parsers"
]
},
{
"name": "Python",
"level": "9/10",
"keywords": [
"Utilities",
"API / Microservices",
"Asyncio"
]
},
{
"name": "Reverse Engineering",
"level": "9/10",
"keywords": [
"Binary analysis",
"Format reversing"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Fluent speaker"
},
{
"language": "Russian",
"fluency": "Native speaker"
},
{
"language": "Romanian",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "CTF competitions",
"keywords": ["Binary exploitation, Reverse Engineering"]
},
{
"name": "Competitive programming",
"keywords": ["Algorithms", "Problem solving"]
},
{
"name": "Algotrading",
"keywords": ["Investing", "Backtesting", "CEP systems"]
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.1.0",
"lastModified": "2021-05-29T19:00:32",
"theme": "paper"
}
}