Skip to content

Instantly share code, notes, and snippets.

View LaurieWired's full-sized avatar

LaurieWired

View GitHub Profile
//gcc float_code.c -o float_code
//gcc float_code.c -o float_code -ffast-math
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <float.h>
void print_float_type(float f) {
switch (fpclassify(f)) {
@LaurieWired
LaurieWired / Android_Emulators_For_Reverse_Engineers.md
Last active May 29, 2025 19:28
Choosing an Android Emulator for Reverse Engineers

Android Emulators for Reverse Engineers

Choosing the right Android emulator for reverse engineering requires considering multiple factors. It's important to ensure that your host machine meets the recommended system requirements, is running a compatible operating system (OS), and can support the architecture of the emulator you plan to use.

NOTE: The host machine refers to the machine that will be running the Android emulator, while the guest machine refers to the actual Android emulator running on the host.

Host Machine Requirements

Hardware and System Requirements

The following system requirements are recommended for running Android emulators smoothly. Not meeting these minimum requirements may result in severe performance issues.