Recent content by th3_r3v

  1. T

    Decode a site hack for fun

    I'll start out by telling you that you'll need about four different implements on this. It's a base64 using bota() of course. But, it was a pain. I've left the key already in Val for you (pretty much your whole script already to run. Lmk how u do. I got it down to fully parsed. )) ---- var...
  2. T

    Questions of Legality

    A fairly generally accepted knowledge is if it's m$ft, it's proprietary and illegal to repurpose or redistribute. You need to have open source licenses like MIT, Linux, GNU, FreeBSD, etc. These have clear distributive freedoms written on included LICENSE file or commented statement at the top...
  3. T

    Need to open the file

    One word..Linux. A free OS and apps, I can think of at least 10 ways to view it in Linux. It doesn't bother reading file extensions, just uses the most appropriate encoding when printing the text within. The easiest way, if you really want to keep your windows, get a copy of LibreOffice for...
  4. T

    Computer freezes when logging in to desktop

    The KMODE error usually happens around the bootloader file time... however, I do believe it represents a fatal corruption in the windows kernel. I do not personally know of any workarounds or fixes besides a format and reimage with a good copy. Tough to say how the win kernel gets corrupted but...
  5. T

    Why does this simple web client hang

    @StackMasher . I would guess it's got something to do with just the GET request outside of a regular 'browser'/client. I tired to perform a simple GET as well with an online tool. I got the same response, a long hang. In the end, I did receive a report of all the http transactions, but none...
  6. T

    How to convert image to index color?

    @TylerHartman , I would have to agree with @FAST6191 on the preferred GIMP, (or win's Pshop option). You should be able to replace ex. #ffffff with #fefefe and adjust the tolerance from 0-255 in order to hit not only that exact color, but also help diminish a 'halo' effect with the antialias...
  7. T

    How do you force a target to be always ran? (GNU Make)

    I just came across this article thinking about an easy way to complete this, (in Linux). I got the idea from a malware I had in my kernel so libs... write ur program in C lang and writes a dependency into a known ELF 'start-up'. Make it a lone subroutine with noops. Hope it gives you some...
  8. T

    Decode a site hack for fun

    @MarcusD , are u still looking for fresh/difficult obsfucations to test ur ninja skillz? If so, lmk. I've work on a few reversals and mal analysis lately. Have a couple tough, recent ones. . One is a variant, all I'll say, the other is ... just undecodible but I found the malz despite. ))