Skip to content

Instantly share code, notes, and snippets.

View didix21's full-sized avatar
🏠
Working

Dídac Coll Pujals didix21

🏠
Working
View GitHub Profile

Main Commands

vmmap

Display the virtual memory regions allocated in a process.

Some interesting flags

  • Get only the summary
@didix21
didix21 / get-dwarfdump-uuid
Last active February 23, 2023 09:13
Get framework uuid of an IPA
#!/usr/bin/env python
import os, sys, re
import fnmatch
# Usage get-dwarfdump-uuid.py <path>
def get_framework_name(root: str) -> str:
@didix21
didix21 / README.md
Last active November 22, 2024 16:13
Pihole is not running due to conman after updating software on raspberry Pi 4

Steps for disabling connman proxy

  1. Turn off the VPN:
sudo nmcli con down Bebus-VPN
  1. Top NetworkManager:
sudo systemctl stop NetworkManager
@didix21
didix21 / gist:84b46a2dfbc2de2b4a0cf484bdee11e7
Created August 25, 2023 15:42
Install pyenv on rosetta
https://stackoverflow.com/questions/69511006/cant-install-pyenv-3-8-5-on-macos-big-sur-with-m1-chip