30 results for “topic:nm”
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
@zhangkn
System programming & Algorithm ― Linux programming
The task was to reverse engineer an open-source software and a custom binary using various diagnostic tools and security assessment techniques.
This repository contains the code solutions for the various lab assignments undertaken during the third semester of the Bachelor of Science in Computer Science and Information Technology (BSc CSIT) program.
nm lists the symbols from object files / objdump displays information about one or more object files
Implementation of nm
All of my Epitech projects during the 2nd year
🐱💻 Proyecto de MN que contiene jupyter notebooks con implementaciones de los algoritmos más importantes
{EPITECH} | Second year | Unix porgraming - Memory
EPITECH's second year last PSU project
Parse the format of the MacOS executables and understand how the kernel launches the binaries, by rewriting these two system tools. Essential for all those who want to make security, this project is more generally an opening on the UNIX culture system.
A C implementation of the GNU 'nm' command for Linux. Parses ELF-32 and ELF-64 files to list symbols from object files and shared libraries (.so).
Exercises for Statistic in data analysis subject - NN, KNN, NM.
nm - list symbols from object files
Reproduce nm and otool -t command
No description provided.
Custom Implementation of nm & objdump tools written in C
Reproduction of nm and otool commands
A reproduction of nm and otool functionalities.
A completely UNIX project
Epitech Second Year Project, nmobjdump in c
Literally just coded nm to understand elf, nothing else.
Kodi addon for the Novara Media podcast
Reimplementation of nm and objdump commands in C
recreated nm and objdump with a couple of flags
NM and Objdump command rewrite
Mach-O parser
A 42 project for inspecting and parsing an ELF file. Recoding the 'nm' command (linux).
Parsing an Elf object and listing its symbols