😈
ReverseMe
CtrlK
  • Introduction
  • References
  • ReverseMe
    • Introduction
      • What is Reverse Engineering?
      • Legality of Reverse Engineering
      • Reverse Engineering Communities
  • Programming Language
    • C
      • Basic
        • Pointer
        • Casting
      • Reference
        • stdio.h
          • fclose()
          • fopen()
          • fseek()
          • ftell()
          • fgetc()
          • fgets()
          • fread()
          • fprintf()
          • fwrite()
          • printf()
          • putchar()
          • puts()
          • sprintf()
          • snprintf()
        • stdlib.h
          • malloc()
          • calloc()
          • realloc()
          • free()
          • rand()
          • srand()
        • string.h
          • strcat()
          • strncat()
          • strcmp()
          • strncmp()
          • strcpy()
          • strncpy()
        • time.h
          • time()
  • Reversing Fundamentals
    • Stripped and Unstripped
  • Tools
    • file
    • strings
    • ltrace
    • ghidra
  • CTF Writeups
    • HackTheBox Challenges
      • Baby RE
      • You Cant C Me
  • ABOUT ME
    • Mail
    • LinkedIn
    • GitHub
Powered by GitBook
On this page
  1. ReverseMe
  2. Introduction

Reverse Engineering Communities

Daftar komunitas reverse engineering

Berikut adalah daftar komunitas reverse engineering yang saya ketahui:

  1. Reversing.ID (Indonesia)

  2. Reddit RE Topics (Internasional)

Mohon menjaga etika dan bertanya dengan baik ketika berada di dalam komunitas. Sebagai panduan, Anda bisa membaca artikel Cara Bertanya Di Forum Publik.

PreviousLegality of Reverse EngineeringNextProgramming Language

Last updated 4 months ago