# toralize **Repository Path**: egu0/toralize ## Basic Information - **Project Name**: toralize - **Description**: tor + realize - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-06 - **Last Updated**: 2024-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # toralize course: [v](https://www.youtube.com/watch?v=yCZJEKAYpF4) ## part 1 [setup tor on macos](https://medium.com/get-that-data/how-to-setup-tor-on-macos-cbe57b545842) ```sh curl -v http://httpbin.org/ip curl -v --socks5-hostname localhost:9050 http://httpbin.org/ip # curl -v http://networktechnology.org ./toralize 46.227.66.141 80 ``` ## part 2 && part 3 - introduction to XOR - implement [rc4](https://zh.wikipedia.org/wiki/RC4) ## part4 build safe string utils in module `safestr` and module `safestr-test` ## part5 keep on going on part1 by [hooking function from shared library](https://rjordaney.is/lectures/hooking_shared_lib/) technology, see more at `toralize-lib-makefile/toralize.c`