New: reverse-engineeringAll contenthive-129948hive-196917krhive-150122steemhive-180932zzanhive-166405hive-183959hive-188619photographyhive-185836hive-144064hive-183397uncommonlabhive-101145hive-103599hive-145157hive-184714hive-180106photohive-109690hive-170554hive-150943hive-138689TrendingNewHotLikersdisizsarg3 (42)in design • 6 years agoReverse Engineering a Newsfeed Post: Amiibo EditionIf there is something that I would like anyone to know about me: I am a gamer. No, it's not as bad as you may think. Everyone needs a hobby, and video games are definitely one of them! So being a…jej2660 (25)in programming • 6 years agoshell code쉘코드 시스템에서 특정 명령을 실행하는 작은 사이즈의 코드 일반적으로 기계어 코드로 작성뎀 EX…jej2660 (25)in programming • 6 years agoassembly language어셈블리어 기계어 와 1대1로 대응하는 언어 시스템 이해에 필요함 레지스터 범용 레지스터, 상태 레지스터, 플래그 레지스(cpu 내의 저장공간) 레지스터 구조 1.데이터 레지스터:EAX, EBX, ECX, EDX EAX: Extended Accumulator Register 곱셉이나 나눗셈 연산에 사용, 함수의 결과값 저장…cristi (70)in science • 7 years agoMalware Analysis - Intro to RE - Lecture 2 [CS7038]This is the second lecture of the malware analysis course taught by Professor Coleman Kane. It's a one hour lecture comprising of the following topics: inspecting raw pdfs creating a python…cristi (70)in cybersecurity • 7 years agoDisassembling with IDA - Malware Analysis TutorialI'm not sure I've suggested this tutorial before, but here goes. So, for those who are into malware analysis, one of the tools in your repertoire is a disassembler. A very large majority of…cristi (70)in programming • 7 years agoReverse Engineering Android Applications - [Talk]I got a little bit surprised when I tried looking for information on reverse engineering android applications. Usually, I go for lectures, talks, and most importantly demonstrations and hands-on…cristi (70)in cybersecurity • 7 years agoBinary Reverse Engineering - Lafarge2 [CrackMe]Finally, I've been able to work on and post my first reverse engineering tutorial. So, in this demonstration I'm patching a binary from the very popular repository of crackmes. Up until not long…cristi (70)in cybersecurity • 7 years agoHow to Solve a Crackme the Right Way - [Gynvael]Gynvael Coldwind makes a lot of live hacking and computer security demonstrations on his channel on Youtube. He and his team are frequently ranked high and reach the podium in CTF-like challenges…cristi (70)in cybersecurity • 7 years agoMalware Analysis with IDA Pro - [Demonstration]Yet another malware analysis video... I guess I kindof gotten you used to these materials. Folks at OpenAnalysis have posted, not too long ago, a video on their youtube channel, which is about…cristi (70)in cybersecurity • 7 years agoModern Exploitation - by RSA2018 Conference - [Presentation]Folks at the RSA Conference have been posting a lot of videos on their youtube channel over the past couple of days. One of them that caught my attention was the one I'm suggesting here. It's…cristi (70)in cybersecurity • 7 years agoBuffer Overflow in Modern Applications - [Video Demonstration]In this video,T3JV1L demonstrates how he found a buffer overflow type SEH vulnerability in a binary application. He told me that he first reported the vulnerability to the software company in cause…cristi (70)in cybersecurity • 7 years agoTeaching myself Reverse Engineering - Lafarge CrackMe [RE Tutorial]One of the ways in which I teach myself reverse engineering is through hands-on practice. So, I take these binaries that are hosted on crackmes.one and I try to reverse them. In this context…cristi (70)in programming • 7 years agoDisassembling Binaries with IDA - [A Reverse Engineering Tutorial]In my penetration testing training, I'm currently working on a vulnerable machine that doesn't seem to have too many ways in. There are only 2 open ports, both for web services. I was able to…justblink (25)in cybersecurity • 7 years agoA brief, holistic view of (some) CybersecurityDisclaimer: I am not a seasoned veteran in Cybersecurity, I am simply someone who loves the field and wants to push their skills as far as possible within their favoured topics. Ultimately, netting…gaissa (43)in programming • 8 years agoReverse Engineering One Line of JavaScript: Raytraced CheckboardPretty cool and educational. This guy Alex Kras reverse engineered this nice piece of a oneliner demo made by Mathie "p01" Henri . I just gotta love his work. What about an Ascii art…