Hacker Newsnew | past | comments | ask | show | jobs | submit | more memoryfault's commentslogin

It was also possible in 2010 via the quick access feature in the power tools extension.

http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-...


It is different from the Windows app store, but MS also just released an app store for Office & SharePoint that seems to be more enterprise focused.

http://msdn.microsoft.com/en-US/office/apps


Aren't they recorded differently though? Even though it doesn't change the results, you should be able to tell the difference between those who vote "nay" and those who just don't vote.


Maybe I'm missing something, but how is this a danger of SOAP? You could misconfigure any endpoint.


I agree. This could happen in any web service, SOAP or otherwise, that pushes back the endpoint URLs as part of a capability discovery mechanism.


And even if this endpoint (defined in the WSDL) was changed to to https there is nothing stopping you from overriding it and pointing it to any other (possibly unsecure) URL.


I thought the exact same thing as soon as I saw the URLs. This could happen with ANY web service that returns URLs, even a REST one with a more HATEOAS-style approach.


Fun stuff.

In chapter 1 of the Url shortener, the task is to display "Awesome" at the root path, but the validator checks for "awesome." Took me a second to notice the discrepancy.


Would love to hear more about the tools of the trade. What did you use back then for debugging/packet sniffing, and what would you use now?


I would use basically the same set of tools, today.

I used IDA to annotate the dis-assembly of various files that I was interested in. I never did like IDA's run-time debugging interface. So, I used OllyDbg for most of my debugging. I liked OllyDbg because of the graphical nature of it all. But, I would also use WinDbg if I wanted to set breakpoints on unresolved symbols. I couldn't seem to get OllyDbg to do that. WinDbg is great if you're familiar with the more command-line approach.

I used Ethereal, now named Wireshark, for packet capture and inspection. You just have to get familiar with the filters to harness the power of it. I'd typically start by using netstat to see what ports were being used, and then I'd filter on those ports. A lot of my first protocol reverse engineering was really just pure brute force by staring at packet dumps of multiple log in attempts with all the cases (success, fail, etc) and just basically doing a manual diff process, noting the changes. Until I got better at using IDA and WinDbg, anyways.

For quick and dirty virtual mem scanning, I'd just use this tool called ArtMoney. It was an amazing tool because you could scan the memory for some data, bookmark offsets and then re-scan. Basically, you could build upon previous scans, allowing you to sieve results. Like, in StarCraft this was so easy because if you were trying to find a value that was increasing or decreasing, like supply income, you scan and scan again saying "show me only the results that went down since last scan." Then, scan again using those results but only show the ones that went up. Usually, after 3-4 sieve scans you'd be staring at your values. Then you just attach OllyDbg to the process, breakpoint on memory read or write to them, see where it breaks and step out a few function calls (because you'd usually land in some low level write function or loop event or something).

Lots of tools, but the key is just to use common sense. Think about what it's logically doing. Use your knowledge of game loops and stuff to determine what you're probably looking at or looking for. Always annotate the assembly code, even if at first it seems small and stupid. Over time those small notes add up and you'll end up with fully commented code. :P A lot can be researched by poking around in the files in the install directories, too.


Thanks a lot for sharing. I hadn't heard of IDA/OllyDbg before.


Perhaps the 300k/s figure was at peak load.


...


This post made me curious to learn more about new relic and their architecture. I found this post pretty interesting: http://highscalability.com/blog/2011/7/18/new-relic-architec...


There are plenty of MS employees on HN. I'm curious...what makes you think someone who works on translator is less likely to know what HN is?


Got it up and running on a hyper-v VM in about 30minutes. Running great, but I can't figure out what the 'back' button equivalent is on the keyboard so that I can exit the App I'm in :)

edit: Turns out it's the windows key! I couldn't use it from the hyper-vm client, but once I remoted in via Remote Desktop it worked great. Loving the apps so far.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: