Skip to content

Instantly share code, notes, and snippets.

@lneeraj97
lneeraj97 / condaenv.txt
Created January 24, 2019 05:32 — forked from pratos/condaenv.txt
To package a conda environment (Requirement.txt and virtual environment)
# For Windows users# Note: <> denotes changes to be made
#Create a conda environment
conda create --name <environment-name> python=<version:2.7/3.5>
#To create a requirements.txt file:
conda list #Gives you list of packages used for the environment
conda list -e > requirements.txt #Save all the info about packages to your folder
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active August 30, 2025 21:05
Some notes, tools, and techniques for reverse engineering macOS binaries