Jump to content

91 files

  1. AMD Instaler

    AMD Installer for 10.7.x, 10.8.x, 10.9.x, 10.10.x and 10.11.x



    All credits for the kernel goes to the AMD Development team of Andy Vandijck, Bronya, Sinetek and Tora Chi Yo.


     

    Packaged with the latest kernels and some needed kexts. This package makes it easier for AMD users to install the latest kernels and some fixes for their systems.


    5,575 downloads

    11 comments

    Updated

  2. QuickPeek

    QuickPeek
    Version 1.0.8
     
     
    If you constantly access hidden locations or files but you don't want to see the .files all the time, then this app is for you.
     
     
    Description
     
    QuickPeek is a menubar app that quickly allows you to toggle AppleShowAllFiles TRUE or FALSE by clicking the icon. It automatically restarts the Finder.app for your for changes to take effect.
    If you CTRL+Click you will get a menu with additional options.
     
    Not many options at the moment, if you want something implemented please just say something.
     
     
    If we have any graphics designers in the house that can donate a better looking icon than the one I cooked up please let me know.

    602 downloads

    6 comments

    Updated

  3. PrelinkToKernel

    PrelinkToKernel is a new app that is able to extract the kernel from the kernelcache/prelinkedkernel of 10.10.x and newer (El Capitan too, of course).
    This app forexample can help you to create your "restored installer" where the kernel is not available: just extract it from the kernelcache/prelinkedkernel!
    Works in 10.7+
    PrelinkToKernel is powered by the Pike R. Alpha's LZVN.
     
     
     
    PS
    Pike good luck and come back soon!

    743 downloads

    10 comments

    Submitted

  4. Nboddy METAL demo/bench

    copyright / author James Price, modded by me.
     
    Nbody METAL shows known Nbody simulation using METAL.
     
    Thread: http://www.insanelymac.com/forum/topic/309245-metal-particles-as-demo-bench-new-nbody-metal-demobench/page-1

    469 downloads

    0 comments

    Submitted

  5. OpenCL Simulation

    an old OpenCL Simulation using NBody engine.
     

     

    987 downloads

    25 comments

    Submitted

  6. OS X METAL Particles Bench (FPS)

    EDIT:
    After investigation it is clear that the older Particles Metal DEMO is really more an DEMO, and not usable as bench - because CPU bound limit, very huge cpu loads generating and moving that particles.
    NEW:
    From source here : https://github.com/F...alKit-Particles
    compiled app : from DOWNLOAD
    Screenshoot shows low cpu usage but very high (full) GPU load = i think diff gpus should perform different, compared to the demo below.
    first results
    6 FPS Nvidia GT 740
    18 FPS Nvidia GTX 650
     
    THREAD: http://www.insanelymac.com/forum/topic/309245-metal-particles-demo-measures-fps/

    1,021 downloads

    2 comments

    Submitted

  7. Disk Utility (patched_v2)

    Disk Utility from Yosemite 10.10.5 (ver 13 (606)) patched to run on El Capitan.
    Note: After you have downloaded and unzipped the file, you need to let root:wheel take ownership of the app before the app will run...
    sudo chown -R 0:0 ~/Downloads/Disk\ Utility.app
    v1 Patching procedure from Restore old Disk Utility in OS X El Capitan, credit @Justus Beyer
    v2 Patched with patch pattern from diskUtilityPatch, credit @dimosgmx
     
    Debug menu can be enabled with
    defaults write com.apple.DiskUtility DUDebugMenuEnabled 1
    Advanced image verification options unlocked with
    defaults write com.apple.DiskUtility advanced-image-options 1
    To turn off the above options, use the same commands in terminal but type 0 instead of 1.

    16,182 downloads

    55 comments

    Updated

  8. injectDiskUtility.zip

    Usage
     
    1. Create an El Capitan USB installer using your favorite method. (the Applications folder must be accessible on the USB)
    2. Drag & drop the volume on the icon in the app
     
    Description
     
    This app will "inject" the Disk Utility included in OS X Yosemite inside an OS X USB Installer. This will allow you to access both the new and old disk utility from the Utilities menu.
    On the Yosemite Disk Utility.app debugMode and advanced-mage-options are enabled by default using a patched version.

    1,467 downloads

    1 comment

    Submitted

  9. extractDiskUtility.zip

    Usage
     
    Drag & drop Install OS X Yosemite.app on the icon.
     
    Description
     
    This app will extract the Disk Utility included in the Install OS X Yosemite.app or in the Install OS X El Capitan.app
     
    Just drag & drop any of the .app on the icon in the app, wait a few seconds and the Disk Utility.app will be extracted to ~/Desktop
     
    After that you can use the diskUtilityPatch.app to patch it for use in El Capitan and use the injectDiskUtility.app to inject it inside an El Capitan USB installer

    567 downloads

    2 comments

    Submitted

  10. diskUtilityPatch

    Usage
    Drag & drop Disk Utility.app on the icon to patch
     
    Description
    This app will patch a restriction inside the Disk Utility that prevents it from starting in OS X 10.11 El Capitan. In addition it will patch the binary so that debugMode and advanced-image-options are always enabled on the resulting Disk Utility.app without the need to modify defaults.
     
    This will allow you to use this version under El Capitan and with a small modification to your USB Installer you can have access to both new and old Disk Utility with the debug menu enabled during install.
     
     
    What is patched
     
    systemVersionCheck
    ------------------------
    \xD5\x84\xC0\x0F\x85\x44\x01\x00\x00\x48\x8B\x05\x10\x5B\x06\x00 [original]
    \xD5\x84\xC0\xE9\x45\x01\x00\x00\x00\x48\x8B\x05\x10\x5B\x06\x00 [patched]
     
    perl -pi -e 's|\xD5\x84\xC0\x0F\x85\x44\x01\x00\x00\x48\x8B\x05\x10\x5B\x06\x00|\xD5\x84\xC0\xE9\x45\x01\x00\x00\x00\x48\x8B\x05\x10\x5B\x06\x00|g' [Drag & Drop Disk Utility binary]
     
     
    enableDebugMenu
    ----------------------
    debugMode can also be achieved by drag and dropping the Disk Utility binary on a terminal window and adding --debugMenu at the end.
     
    \x3C\x33\x74\x48\x48\x85 [original]
    \x3C\x33\x66\x90\x48\x85 [patched]
     
    \x85\xFF\x75\x58\x48\x8B [original]
    \x85\xFF\x66\x90\x48\x8B [patched]
     
    perl -pi -e 's|\x3C\x33\x74\x48\x48\x85|\x3C\x33\x66\x90\x48\x85|g' [Drag & Drop Disk Utility binary]
     
    perl -pi -e 's|\x85\xFF\x75\x58\x48\x8B|\x85\xFF\x66\x90\x48\x8B|g' [Drag & Drop Disk Utility binary]
     
    expertMode
    --------------
    \xFF\x00\x75\x25\x4C\x89\xEF
    \xFF\x00\xEB\x25\x4C\x89\xEF
     
    perl -pi -e 's|\xFF\x00\x75\x25\x4C\x89\xEF|\xFF\x00\xEB\x25\x4C\x89\xEF|g' [Drag & Drop Disk Utility binary]
     
     
    List of md5
     
    md5 for original 10.10.5 DiskUtility v13 (606)
    f4de87e306c1bc6acdef6c6166e574ca
     
    md5 for systemVersionCheck binary (only)
    3890ef83d60c9e1838be6cf2eee35d18
     
    md5 combo systemVersioncheck & expertMode & enableDebugMenu
    28e835bf915205c922b892cf01b5b19f

    2,528 downloads

    13 comments

    Submitted

  11. Base64 Encoder Decoder

    Base64 Encoder Decoder​

    a small tool to convert NSString into NSData (useful for Clover 'patching on the fly') and vise versa.

    How to use?
     

    497 downloads

    13 comments

    Submitted

  12. Hackintosh Vietnam - Ultimate AIO Tool

    Hackintosh Vietnam Tool is a collection of many kexts and tools for Hackintosh. It will help you setup your Hackintosh faster and easier than ever. The tool is mainly for Mavericks, Yosemite, El Capitan but some can be used for Mountain Lion too. Main features: install and config Chameleon, create Clover config, install and patch kexts, system fixes and tools.
     
    All feedback are welcome, and please post your suggestion (kexts, patches).
     
    AppleHDA's contributor: anonymousnbs, vusun123, mirone, toleda, and others.

    145,952 downloads

    80 comments

    Updated

  13. RepairPermissions

    Since the repairPermissions verb was discarded in the new DiskManagement.framework of OS X El Capitan, I wrote a new version of RepairPermissions command line tool.
    Introduction:
    RepairPermissions is an easy command line tool to repair the permissions of an OS X system volume.
    It also supports repairing permissions on OS X El Capitan's whole disk.
    Supported OS:
    OS X El Capitan (10.11.x)
    OS X Yosemite (10.10.x)
    OS X Mavericks (10.9.x)
    Usage:
    RepairPermissions targetVolume where targetVolume is a valid mount point of an OS X system partition such as /Volumes/Mac
    Bugs Report:
    You are welcome to report bugs or give any suggestions on my blogs.
    http://www.firewolf.science/2015/07/repairpermissions-v2-0-cli/
    Notes:
    0. RepairPermissions should be placed at /usr/local/bin (especially under OS X El Capitan) if you want to use RepairPermissions directly from OS X' Terminal.
    1. You can ONLY repair the permissions on the current root volume if RepairPermissions is used in single-user mode.
    2. Feel free to rename it to a shorter name like rp.
    3. TABLES: ALLOWED OPERATIONS
    (In general: You can ONLY repair the permissions on OS X El Capitan under OS X El Capitan.)

    92 downloads

    0 comments

    Submitted

  14. Hackintosh Brightness

    Hackintosh Brightness Control v0.2
    Description:
    With hackintosh brightness control you can control your screen brightness of your desktop computer by pressing F1 (decreasing brightness) or F2 (increasing brightness) keys.
     
    How to install:
    1) copy hackintoshBrightness.app to your application folder
    2) Run hackintoshBrightness.app from your application folder and give it access from accessibility (located in System Preferences -> Security & Privacy -> Accessibility)
    3) Add hackintoshBrightness.app on login items (located in System Preferences -> Users & Groups -> Login items)
    4) Restart your hack.
     
     
    Hackintosh Brightness Control works only on monitors connected with hdmi/dvi cables and only with few AMD/NVIDIA gpus.
     
    Tested on Yosemite 10.10 with AMD Radeon R9 270.
     
    Hackintosh brightness uses DDC/IC source created by Jonathan Taylor for brightness control and some code from PHPdev32 for the gui.

    447 downloads

    0 comments

    Submitted

  15. Intel HD Graphics Patcher

    This program is discontinued, please use GhostRaider's prepatched kexts or patch them on-the-fly with Clover (search for "On-the-fly") [further patches here].
     
    ––––– Intel HD Graphics Patcher –––––
     
    With this application you can patch AppleIntelHDGraphicsFB.kext in order to make the Intel HD Graphics cards to work with most of laptops.
     
    This is my first Cocoa app so probably it has some bugs or issues. Please report here and I will fix them as fast as possible.
     
    Update 09-19-2013: Now it works with Mavericks!
     
    Update 07-12-2014: Added Yosemite support!
     
    Update 27-06-2015: Added El Capitan support!
     

     
    Credits to:
    verteks (patches for full QE/CI)
    GhostRaider (QE/CI partial support, guides and explanations)
    iWin32 and RemC (Resolution module)
    mnorthern (DSDT brightness and sleep)
    mehdymehdy (CI only support)
     
    For further information about Intel HD Graphics take a look at these threads:
    http://www.insanelymac.com/forum/topic/285362-guide-how-to-enable-custom-resolution-for-first-gen-intel-hd-graphics-00428086-and-00468086/
    http://www.insanelymac.com/forum/topic/286879-appleintelhdgraphicsfb-fixed-sl-1068/
    http://www.insanelymac.com/forum/topic/286092-guide-1st-generation-intel-hd-graphics-qeci/
    http://www.insanelymac.com/forum/topic/287133-guide-backlight-brightness-for-intel-80860046-1st-gen-hd-gma-5700mhd/

    34,372 downloads

    27 comments

    Updated

  16. Show-Hide

    The most basic and simple application there is to show and hide the systems hidden files.

    1,724 downloads

    0 comments

    Submitted

  17. MacPois0n Yosemite

    The All-in-One Xtreme Post-Installation Utility ::
    It features a collection of drivers and very popular Hackintosh tools for most systems. This tool has patches and kexts for CPU Power Management, Patched ACPI Kexts, Graphics Kexts, Ethernet, WIFI Injectors, A lot of Touchpad Support, USB 3.0 and a lot more.
    Especially for Mac OS X Yosemite Hackintosh’s
    Video Installation Guide :::

     
     
    Now SoftPedia Certified

     
    Source : Creatively Insane

    10,127 downloads

    10 comments

    Updated

  18. Hex Patcher

    i have created a little Hex patching utility, to help keeping all patches together and make easier the patching thingy.
     
    How it works:
     
    If you need to patch a kext, move it to your desktop (the app will not patch and save a kext if it´s in S/L/Extensions folder).
    Navigate inside the kext into contents/MacOs
    Drag the Binary you will find there into the app.
    Add the codes to be patched and the patches to the app.
    Patch the binary.
    Save the binary (the app will do a backup from the binary prior to patching).
    Install the kext with your favourite kext installer.
     
    You can save and edit the patches sets using the upper part of the app, so they can be stored and retrieved later.
     
     
    Enjoy!!
     
    PD: it can patch whatever Mac Osx Binary.

    832 downloads

    5 comments

    Submitted

  19. Make Me Legacy

    Make Me Legacy


     



    Overview
     
    Make Me Legacy, the program that helps you to stop kext copying at every update.
     
    What is it?
    Make Me Legacy is a program that change the version of a given kext (and his sub-kexts known as PlugIns) to an highter version number and
     
    File Extensions supported
    kext
    plugin
    bundle
    ppp
    vpn

    Links and Email
    If you have solutions and/or suggestions please send me an email to developer.marchrius@gmail.com Please, don't spam .
     
    Web Site: http://marchrius.altervista.org
     
    Twitter: @marchrius

    726 downloads

    7 comments

    Submitted

  20. TRIM Enabler

    This is a free app that helps you in patching the IOAHCIBlockStorage without use of the terminal and activate the TRIM support on your system. It will works on Yosemite, Mavericks, Mountain Lion and Lion. No suppport for Snow Leopard because I think that there aren't a lot of people that use SSD and because some functionalities of the app are present only in 10.7+. If you want Snow Leopard the best way it patch manually the kext.
     
     

    Video demostration:






     

    If you want to help me in translation you can translate
    this file and send it back to me in private message.

     

    Thanks for donations to:



    hustenbold

     
     
    * This application isn't affiliated with the commercial application "TRIM Enabler" by cindori.org/software/trimenabler. My application is FREE and is a simply patcher (with help in rebuild kernelcache and system caches). If you have paid for this app ask money back! *

    6,703 downloads

    29 comments

    Updated

  21. Boot Camp Assistant (patched)

    Patched version of Boot Camp Assistant
     
    If you want and older version check top-right on this post.
    Use this program at your own risk! Make a backup of the data before proceed. I'm not responsable about data loss.
     
     
    If you use Clover I recommend you to install Windows with EFI functionalities. So, in Disk Utility resize the Mac OS X partition and create a FAT partition, then boot with a USB/DVD (I recommend USB) created as EFI and install windows on FAT (you need to reformat as NTFS) partition created above. ATTENTION: Only 64bit version has EFI support.
     
    For more information you can check the "GOOGLE" world.
     
    This patched version refer to who want to install Windows with Chameleon bootloader on a GUID Partition Table.

    7,220 downloads

    18 comments

    Updated

  22. Win32 Disk Imager 0.9.5 Beta

    Image Writer for Microsoft Windows Release 0.9.5 - Unnamed Edition 2: The oddly released sequel ====== About: ====== This utility is used to write img files to SD and USB memory devices. Simply run the utility, point it at your img, and then select the removable device to write to. This utility can not write CD-ROMs. Future releases and source code are available on our Sourceforge project: http://sourceforge.net/projects/win32diskimager/ This program is Beta , and has no warranty. It may eat your files, call you names, or explode in a massive shower of code. The authors take no responsibility for these possible events. =================== Build Instructions: =================== Requirements: 1. Now using QT 5.2.1/MinGW 4.8. Snapshot available in the Build Tools directory at https://sourceforge.net/projects/win32diskimager/files/Build%20Tools/ Short Version: 1. Install the Qt Full SDK and use QT Creator to build. Included batch files no longer updated and may be deleted in the future. ============= New Features: ============= Build support for QT 5.2/MinGW 4.8. Some additional language translations. Now uses Innosetup to create an Installer. ============= Known Issues: ============= * Lack of reformat capabilities. * Lack of file compression support * Does not work with USB Floppy drives. These are being looked into for future releases. ====== Legal: ====== Image Writer for Windows is licensed under the General Public License v2. The full text of this license is available in GPL-2. This project uses and includes binaries of the MinGW runtime library, which is available at http://www.mingw.org This project uses and includes binaries of the Qt library, licensed under the "Library General Public License" and is available at http://www.qt-project.org/. The license text is available in LGPL-2.1 Original version developed by Justin Davis <tuxdavis@gmail.com> Maintained by the ImageWriter developers (http://sourceforge.net/projects/win32diskimager).

    711 downloads

    0 comments

    Submitted

  23. MacPois0n Yosemite

    The Extreme Post-Installation Utility
    It features a collection of drivers and very popular Hackintosh tools for most systems. This tool has patches and kexts for CPU Power Management, Patched ACPI Kexts, Graphics Kexts, Ethernet, WIFI Injectors, A lot of Touchpad Support, USB 3.0 and a lot more.
    This Utility is Specially for Mac OSX 10.10 Yosemite .
    All feedback are welcome, and please post your suggestion (kexts, patches).

    1,062 downloads

    1 comment

    Submitted

  24. USBit - Tool to restore images onto USB Drives

    Credits : Alexander Beug
     
    This tool will allow you to restore images onto your usb disk. It supports dmg as well you just gotta change to all files.

    1,847 downloads

    1 comment

    Submitted

  25. iKext (kext installer)

    A fast, simple kernel extension (kext) installer that I created for personal use and thought I'd share with you folks here.
     
    It's strictly compliant with Apple's guidelines for installing extensions, meaning that it does not force-recreate caches like other kext installer utilities (which gave me some strange issues, and is the reason behind creating this tool).
     
    Provided as-is without warranty of any kind.
     
    Tested and working perfectly on macOS 10.12 Sierra.

    5,271 downloads

    10 comments

    Submitted


×
×
  • Create New...