Quantcast
[ diy / g / sci ] [ index / top / reports / report a bug ] [ faq ]
Questions/comments? Feel free to email me at aaron@installgentoo.net
I WANT TO REMIND YOU THAT CP IS NOT TOLERATED AND MUST BE REPORTED

/g/ - Technology


View post   

File: 1 KB, 140x140, 140px-Glider.svg.png [View same] [iqdb]
21927613 No.21927613 [Report] [Reply] [Original]

So /g/,

Are you a hacker?
And I mean actual hacker, not the crackers that the news loves to call hackers.

If so, what's a hackery thing you've done recently?

>> No.21927641 [Report]

Reverse enginering a robotic "pet" dog to act as a security alarm, using python.

>> No.21927649 [Report]

Changed the color of my GLMatrix screensaver to a shade of turquoise.

>> No.21927657 [Report]

i used cmd once

>> No.21927662 [Report]

>>21927641
AIBO?

>> No.21927667 [Report]

Chopped up some wood.

>> No.21927708 [Report]

I fixed my fridge using duct tape and superglue.

I really can't imagine it's safe to continue using, but... eh.

>> No.21927712 [Report]

>>21927641
isnt that reprogramming

>> No.21927714 [Report]

i hacked google and squired their ip address

>> No.21927769 [Report]
File: 832 KB, 653x490, IMG_20111212_181457.png [View same] [iqdb]
21927769

Disassembled the bootloader to the HP/Palm Veer to bypass a certain POST check that causes bricks when it misfires due to a corrupted Touchstone microcontroller.

Porting Android to the Veer and the Pixi, based on the efforts of the moboot and Cyanogenmod teams.

Ported a PAL Wii/Ocarina cheat code to an NTSC game.

Porting the Dalvik and Mono libraries to run in WebOS.

Running plan9 on the HTC Kaiser as both application and baseband firmware.

Porting a version of Android to the Wii thanks to efforts of the Wii/GC Linux dev community.

Not giving a damn.

>> No.21927822 [Report]

I have FreeRunner GTA02 with busted LCD, so I patched up a debug board and hooked it all up to an old portable TV. Now it serves as a simple serial terminal. Not too imaginative use of it, but whatever, it's a hack.

>> No.21927857 [Report]

>>21927769
>Ported a PAL Wii/Ocarina cheat code to an NTSC game.
I've always wondered how one does this.

>> No.21927987 [Report]

>>21927857
It's simple.

Make a RAM dump of both the PAL and NTSC (hereafter "source" and "destination", respectively) versions of the game, virgin (no mods/cheats applied).
I won't walk you through that, but it involves Gecko OS and a USBGecko adapter tool.
You'll have two files from each dump - named [gameid]_DUMP80 and _DUMP90.bin.

Now look up http://wiibrew.org/wiki/Memory_Map and find the offsets in the Source ocarina code. Match them to the right file (dump80 is MEM1; dump90 is MEM2. Most often the codes are loaded in MEM1 space.)

Use the win32console program vbindiff (or your gnu/linux equivalent), load up the two dumps, and use the Go To command to visit the offset in the source dump. In the dump, the beginning of MEM0 will be based at 0, so compensate for this mathematically.
Then use the Search/Find command, in Hex mode, to find the code at that offset. Try searching for eight bytes worth, if not four.

If they now match up (all or most of the red is gone), look at the offset in the destination dump, and use that offset in the new (destination) code.

Sometimes it might glitch, due to some resources being different between regions, but it works for the most part.

>> No.21928008 [Report]

>>21927987
>MEM0
I meant, MEM1. Damn my muscle memory for thinking 0 is first.

>> No.21928037 [Report]

>>21927987
Wow. That was really informative. Thanks. :D

>> No.21928039 [Report]

I used a hatchet to chop wood

>> No.21928050 [Report]
File: 1.60 MB, 1024x768, plan9phone-thinkpad.png [View same] [iqdb]
21928050

>>21927987
>plan 9 phone
Here's an old pic which I've posted here before. Can't produce any new pictures because I fried the battery not realizing that the baseband is also the SMC-equivalent level controller in this phone. Well, I got what I deserved, waiting on a Seidio 1350mAh to come in.

>> No.21928082 [Report]

>>21927769
Are you the lycoris guy? With the MS dos guy?

>> No.21928086 [Report]

>>21928037
No problemo. I don't mind sharing how things work. It ain't no damned secret, anyway.

>> No.21928093 [Report]

>>21928082
Why yes I am. Hello there.

>> No.21928113 [Report]

i put my cups in the fridge after using it.

>> No.21928114 [Report]

I once ran NMap against my router

Then, proceeded to log on to it

>> No.21928121 [Report]

>>21928093
Hi.
I'd just like to say I follow your blog, keep posting if you do something interesting.

>> No.21928138 [Report]

I am a hacker: I compiled gentoo from source.

>> No.21928145 [Report]

>>21928121
Just for that, I'll post up how to transvert codes between regions on Wii's there. I might as well probably scrap together some things from my other /g/ posts there as well.

>> No.21928147 [Report]

>>21928086
When it comes to hacking things, I'm more on the end user side. I know how to install hacks (HBC, CyanogenMod, etc.), but the development/methodology part is alien to me. So I'm keen on any info that will get more on the dev side of things.

>> No.21928164 [Report]

>>21927667
>>21928039
Wow you guys these jokes are so funny keep it up.

>> No.21928190 [Report]

>>21927613
Haven't you looked at all the desktop threads? Haven't you seen all the tiling WMs? Didn't you know those who use tiling WMs are super secret hackers?

Or at least tell them they are, because that is all they really want out of life

>> No.21928191 [Report]

>>21928147
Thanks

>> No.21928202 [Report]

>>21927613
> hackery thing

are you a faggot?
are you a man who suck dicks?

or are you a girl?

>> No.21928214 [Report]

>>21928190
Fuckin' skiddies.

>> No.21928221 [Report]

>>21928202
Former, not the latter.

>> No.21928275 [Report]

All of these were assignments for classes, but:

Various malicious buffer overflow attacks in a controlled setting, writing programs that communicate via covert channels.

Nothing too fancy

>> No.21928301 [Report]

Frankensteining some old PCs together, had to change the locations of the connectors on Lenovo's stupid Power button LED thing

>> No.21928343 [Report]

>>21928275
est hoc fābula mīrābilis, frātrem
I don't do much malish/"blackhat" work myself, but buffer overflows and the like are definitely useful.

>> No.21928365 [Report]

>>21928121
Are you SAL by chance?
If so, thanks for the comments here and there.

>> No.21928421 [Report]

>>21928365
No, I'm not him. I was in the thread where we convinced you to start one and have visited it regularly since.

>> No.21928427 [Report]

>>21928365
I'm honored to be featured on such an interesting blog. :)

>> No.21928465 [Report]

I like to install unapproved programs on locked down hardware. I have the Homebrew Channel, a custom trucha-bugged ios and the Backup channel installed, a modded Xbox and a CycloDS card for my DS. I cracked my current Nokia phone to allow for unsigned apps to run and as soon as I get a new Android phone I will probably run a version of Cyanogenmod on it. I'm also running a pirated version of Windows 7, but no doubt so is everybody else around here.

I would say all this fits the loose definition of hacking, but the title of 'hacker' would involve actually developing these programs and exploits.

>> No.21928495 [Report]

>>21928465
>Homebrew Channel, custom trucha-bugged ios and Backup Channel installed
on my Wii (derp)

>> No.21928498 [Report]

>>21928465
I started this way too.
Every device I get my hands on is eventually rooted, cracked, hacked or sold.
It started with my xbox and WRT54G router (which is driving this very internet connection on Tomato).
I once got interrogated by the cable company for exploring the firmware on our Surfboard SBV4200 (running VxWorks, a pared-down POSIX-like RTOS).

>> No.21928510 [Report]

>>21928465
>I would say all this fits the loose definition of hacking, but the title of 'hacker' would involve actually developing these programs and exploits.

Yep. I'm pretty much under that same definition.

>> No.21928557 [Report]

>>21928421
Well I'm still alive and so will be the blog.
I'm working on a different (non-hacking) project as well, called Beanstalk, and have some client's websites to design.

>> No.21928585 [Report]

>>21928510
>>21928465
Let me remind you that you're no less hackers then I am, mes fratres. By my definition, a hacker is anyone who makes something work out for them or sometimes, others, through unconventional means.

>> No.21928623 [Report]

>>21928585
I know, but you are definitely more experienced with it than I am. I aspire to reach that level.

Latina tua mihi placet.

>> No.21928713 [Report]

>>21928623
You have "mihi placet" correct I believe, but "your Latin" should be in the Genitive case; "latinae tuae" meaning, "the latin of you", basically.

est fābula mīrābilis, frātrem

>> No.21928737 [Report]

I'm no hacker, i'm a skiddie

>> No.21928738 [Report]

>>21927613

Interesting stuff ARMv7, link to the blog?

>> No.21928798 [Report]

>>21928738
Googled "Lycoris MS DOS" and got this:
http://lycoris.infinity-cubed.com/blog/

>> No.21928813 [Report]

>>21928798

Thanks

>> No.21928838 [Report]

I've been checking how safe my router is. Cracked it in WEP no problem which is alarming, but after playing around with the newly released Reaver stuff, WPA doesn't even seem that safe. That said I still haven't gained access, but I haven't been at it that long.

>> No.21928844 [Report]

>>21928738
>telnet lycoris.infinity-cubed.com 80
>GET /blog/ HTTP/1.1
>Host: lycoris.infinity-cubed.com
>
or for you ordinary folk who don't read HTML through command lines, http://lycoris.infinity-cubed.com/blog/

>> No.21928875 [Report]

Working on a wifi cannon. Have five miles so far, working on 10+ this weekend when parts come in.

>> No.21928889 [Report]

>>21928844

Blog about the plan9 phone!

>> No.21928893 [Report]

>>21928798
Correct.

>>21928838
I recommend you use a mini-server to run a RADIUS instance and dial it in to your router with WPA2 Enterprise.

I sometimes use plain WEP on my router and my key isn't very strong, but this is because the damn Nintendo DS doesn't support anything newer, and ... even though I don't have a DS anymore, changing to WPA2 would disrupt internet connections ... which aren't connected anymore--

I have no justification for using WEP anymore, thank you for making me realize this.

>> No.21928913 [Report]

>>21928050
you're awesome <3

>> No.21928916 [Report]

>>21928889
Not much to blog about right now, the thing's dead for the time being, what with the battery issues in >>21928050 ;-;

>> No.21928924 [Report]

>>21928913
Wow, thank you.

>> No.21928969 [Report]

no i work as a web developer i can barely dress myself in the morning and i google everything i need, i didn't go to uni.

>> No.21929048 [Report]

If anyone here wants to open into a context of communication with the individual represented herein by this trip-phrase, please direct your attention to the following address of communication:

Direct your electronic mail and requests for textual instant-messaging to:

User t.to.the.square on the Gmail server, commercial domain group.

Verbosity usually defeats spambots.

>> No.21929084 [Report]

not me but my dad works for lulsec

>> No.21929199 [Report]
File: 18 KB, 444x258, morse.png [View same] [iqdb]
21929199

>>21929084
0/10.

In other news, read this. It's a cool story about how some dude made a diagnostic out of a GPIO, an LED and morse code implanted in the Linux kernel.

>> No.21929212 [Report]

>>21929199
>an LED
I misread, That's what I would've done. This guy used a scope.

>> No.21929599 [Report]

oh my god, bumping this epic quality thread.

>> No.21929747 [Report]

>>21927769
>>21927987
>>21928050
>>21928145
>>21928343
>>21928365

et cetera

I have the weirdest boner; you can rape my face and my anus (in reverse order too) anytime.
The first tripfag I like.

>> No.21929865 [Report]
File: 139 KB, 636x546, Capture2.png [View same] [iqdb]
21929865

>>21929747
I have to wonder. Why do I suddenly have a somewhat cult-like following on /g/? It can't just be because I rooted a plan9 install into my baseband, right?

>> No.21929896 [Report]

i dont seed my torrents

>> No.21929924 [Report]

>>21929896
I seed to 101% minimum.

>> No.21929934 [Report]
File: 74 KB, 380x471, 1271662142431.png [View same] [iqdb]
21929934

You talk so much about programming, but you cant talk about hacking because you cant actually do anything. I run a hacked network of computers that I programmed to click on googles ads in my secret website. I even write my own viruses to make people get hacked into my network. I work at home and have a bunch of screens showing me what people on my network are doing on their screens. I can even set it so that i can see the code of their computers. can you guys do any of that? I dont think so. I bet you dont know where all the websites real hackers hang out are either? if you name them, I just might tell them that marshviperX sent you.

>> No.21929967 [Report]

>>21929924
I try to seed to 2.00 on public trackers (though if I need bandwidth they're the first to get dropped), and never stop seeding on private trackers.

>> No.21929993 [Report]
File: 235 KB, 500x500, 1325124494004.png [View same] [iqdb]
21929993

>>21929934
I hack your hacks and crack your cracks.
I'm the 1337est of the 1337.

>> No.21930092 [Report]

>>21929934
Kind of OK pasta but I've ate it so many times it tastes stale.

>> No.21930209 [Report]

Well, I am not really a hacker (by whatever definition one might want to use that term), but i have done quite a few things that one could consider hacks, as in: use what you have in a way to make it do stuff it normally cant do.

Programming (I cant program…):
Have to use a fuckexpensive groundwater modelling software. windows only.
So it runs in a VM on a linux machine.
Its too slow (writing ~1GB of text files to & from the HDD per model run, and to fully calibrate it, it had to do a few hundred runs per changed parameter)
So I put the whole thing on a RamDisk, in a VM (retarded, i know, but it works perfectly!)
Realize the program has a bug somewhere, and i cant fix it.
Write a matlab program (the only programming language i know) to pre- and post-process the jiggabites of textfiles (back in linux of course…) to work around the bug in the program.
Find next bug with the new files
Use another (free) modelling program, but keep using the expensive one as visualizer.
Run the free one on linux in wine, called from matlab…

Essentially it is an absolute clusterfuck (as is my documentation for it) but it worked (kinda…)

>>
Name (leave empty)
Comment (leave empty)
Name
E-mail
Subject
Comment
Password [?]Password used for file deletion.
Action


hosted by AllGamer, LLC.
5814df1c5e (utf8)