Skip to content
  • Home Home Home, current page.
  • Moments Moments Moments, current page.

Saved searches

  • Remove
  • In this conversation
    Verified accountProtected Tweets @
Suggested users
  • Verified accountProtected Tweets @
  • Verified accountProtected Tweets @
  • Language: English
    • Bahasa Indonesia
    • Bahasa Melayu
    • Català
    • Čeština
    • Dansk
    • Deutsch
    • English UK
    • Español
    • Filipino
    • Français
    • Hrvatski
    • Italiano
    • Magyar
    • Nederlands
    • Norsk
    • Polski
    • Português
    • Română
    • Slovenčina
    • Suomi
    • Svenska
    • Tiếng Việt
    • Türkçe
    • Ελληνικά
    • Български език
    • Русский
    • Српски
    • Українська мова
    • עִבְרִית
    • العربية
    • فارسی
    • मराठी
    • हिन्दी
    • বাংলা
    • ગુજરાતી
    • தமிழ்
    • ಕನ್ನಡ
    • ภาษาไทย
    • 한국어
    • 日本語
    • 简体中文
    • 繁體中文
  • Have an account? Log in
    Have an account?
    · Forgot password?

    New to Twitter?
    Sign up
1nsane_dev's profile
Giulio Zompetti
Giulio Zompetti
Giulio Zompetti
@1nsane_dev

Tweets

Giulio Zompetti

@1nsane_dev

Collecting rare Apple devices

Milan, Lombardy
Joined December 2012

Tweets

  • © 2021 Twitter
  • About
  • Help Center
  • Terms
  • Privacy policy
  • Cookies
  • Ads info
Dismiss
Previous
Next

Go to a person's profile

Saved searches

  • Remove
  • In this conversation
    Verified accountProtected Tweets @
Suggested users
  • Verified accountProtected Tweets @
  • Verified accountProtected Tweets @

Promote this Tweet

Block

  • Tweet with a location

    You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more

    Your lists

    Create a new list


    Under 100 characters, optional

    Privacy

    Copy link to Tweet

    Embed this Tweet

    Embed this Video

    Add this Tweet to your website by copying the code below. Learn more

    Add this video to your website by copying the code below. Learn more

    Hmm, there was a problem reaching the server.

    By embedding Twitter content in your website or app, you are agreeing to the Twitter Developer Agreement and Developer Policy.

    Preview

    Why you're seeing this ad

    Log in to Twitter

    · Forgot password?
    Don't have an account? Sign up »

    Sign up for Twitter

    Not on Twitter? Sign up, tune into the things you care about, and get updates as they happen.

    Sign up
    Have an account? Log in »

    Two-way (sending and receiving) short codes:

    Country Code For customers of
    United States 40404 (any)
    Canada 21212 (any)
    United Kingdom 86444 Vodafone, Orange, 3, O2
    Brazil 40404 Nextel, TIM
    Haiti 40404 Digicel, Voila
    Ireland 51210 Vodafone, O2
    India 53000 Bharti Airtel, Videocon, Reliance
    Indonesia 89887 AXIS, 3, Telkomsel, Indosat, XL Axiata
    Italy 4880804 Wind
    3424486444 Vodafone
    » See SMS short codes for other countries

    Confirmation

     

    Welcome home!

    This timeline is where you’ll spend most of your time, getting instant updates about what matters to you.

    Tweets not working for you?

    Hover over the profile pic and click the Following button to unfollow any account.

    Say a lot with a little

    When you see a Tweet you love, tap the heart — it lets the person who wrote it know you shared the love.

    Spread the word

    The fastest way to share someone else’s Tweet with your followers is with a Retweet. Tap the icon to send it instantly.

    Join the conversation

    Add your thoughts about any Tweet with a Reply. Find a topic you’re passionate about, and jump right in.

    Learn the latest

    Get instant insight into what people are talking about now.

    Get more of what you love

    Follow more accounts to get instant updates about topics you care about.

    Find what's happening

    See the latest conversations about any topic instantly.

    Never miss a Moment

    Catch up instantly on the best stories happening as they unfold.

    1. Giulio Zompetti‏ @1nsane_dev 28 Sep 2019

      @axi0mX’s #checkm8 is out and let’s you debug your device (up to A11). But how is this done? Here is a little thread on dumping the bootrom (SecureROM) on demoted devices with Apple’s official tools. 1/ connect the cable using the correct lighting orientation and launch astrispic.twitter.com/00FSJHJVup

      10 replies 123 retweets 425 likes
      Show this thread
    2. Giulio Zompetti‏ @1nsane_dev 28 Sep 2019

      2/ select the CPU you want to work on (in this case, we’ll select CPU0) and halt it. As result, astris will provide the output containing the selected CPU’s registers with their content. We can now use the debugger to copy the content from the memory regionpic.twitter.com/bb4khh8HNQ

      1 reply 6 retweets 59 likes
      Show this thread
    3. Giulio Zompetti‏ @1nsane_dev 28 Sep 2019

      3/ use the command ‘save’ followed by the destination filename on the host, the address of the SecureROM and the size of the desired region to be copied (512kb are enough)pic.twitter.com/xacWvEj8cm

      2 replies 5 retweets 54 likes
      Show this thread
    4. Giulio Zompetti‏ @1nsane_dev 28 Sep 2019

      4/ you should now have your file saved into the destination you entered in the command. Note, in case you didn’t specify a path along with the filename, astris will save the file into your currently working directory. Find it and open it (HEX) and you should see it as follows:pic.twitter.com/WmklDl4Ynk

      1 reply 4 retweets 62 likes
      Show this thread
    5. Giulio Zompetti‏ @1nsane_dev 28 Sep 2019

      Giulio Zompetti Retweeted ForestCorgi

      5/ You can easily find Probes and software on Twitter. As a reference, you can check this post for Apple’s official softwares (which work only with their own probes). Otherwise check bonobo as an alternative.https://twitter.com/forestcorgi/status/1177819785322795008?s=21 …

      Giulio Zompetti added,

      This Tweet from @ForestCorgi has been withheld in response to a report from the copyright holder. Learn more
      1 reply 4 retweets 43 likes
      Show this thread
    6. Giulio Zompetti‏ @1nsane_dev 28 Sep 2019

      Giulio Zompetti Retweeted Giulio Zompetti

      6/ Debugger like Kong and Kanzi (as well as SNR, with some little patching on an astris daemon) can work absolutely good for any supported lightning device. I recommend to install Tigris Tools (15A) from the previous link if you have one of these.https://twitter.com/1nsane_dev/status/1116658070283784193?s=21 …

      Giulio Zompetti added,

      Giulio Zompetti @1nsane_dev
      The technology behind #Apple Probes is really interesting. Serial Wire Debuggers: #KanziSWD #KongSWD #GorillaSWD #AppleInternal #Development pic.twitter.com/QrIISFgWNN
      2 replies 6 retweets 49 likes
      Show this thread
    7. This Tweet is unavailable.
      Giulio Zompetti‏ @1nsane_dev 2 Oct 2019
      Replying to @mblsec

      SNR is just a Kanzi with a different board ID, So you just need to patch astrisprobed to accept its board ID and it’s done, you’ll see it in astris as kanzi. @nyan_satan helped me before with the patch, maybe we will show a bit more on this in few days

      3:29 PM - 2 Oct 2019
      • 1 Like
      • Paz Bobrov
      1 reply 0 retweets 1 like
        1. This Tweet is unavailable.
        2. Giulio Zompetti‏ @1nsane_dev 3 Oct 2019
          Replying to @mblsec @nyan_satan

          Kanzi and SNR in system profiler (0x1621 and 0x1624 are the IDs)pic.twitter.com/zD506NIxfU

          0 replies 0 retweets 2 likes
        3. End of conversation

      Loading seems to be taking a while.

      Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

        Promoted Tweet

        false

        • © 2021 Twitter
        • About
        • Help Center
        • Terms
        • Privacy policy
        • Cookies
        • Ads info