0
votes
2answers
48 views
Any way to silence the UIDevice setOrientation warning?
Anyone have a simple way to silence the undocumented UIDevice setOrientation warning?
I found this piece of code that silences the undocumented UIPickerView setSoundsEnabled warni …
0
votes
1answer
40 views
How can I use MPTVOutWindow iPhone undocumented class?
Hi, I'm an iPhone developer, now I'm developing a game and I just found about the iPhone 2.2 being able to reproduce video on a TV Screen trhough MPTVOutWindow class. After googlin …
2
votes
7answers
226 views
How to reverse engineer a program which has no documentation…
I have a source of python program which doesn't have any documentation or comments.
I did tried twice to understand it but most of the times I am losing my track, because there ar …
3
votes
3answers
217 views
udocumented apis for the iphone that went through
Has anyone created an iphone app with "undocumented apis" and made it through approval?
If so, could you share your processes to the world and any follow-up responses to apple revi …
2
votes
3answers
247 views
Undocumented iPhone APIs - Discovery and Use
There are a handful of iPhone apps out there doing some behind-the-scenes trickery with undocumented APIs, with effective results.
1) How would I go about getting a listing of und …
1
vote
1answer
79 views
Redirect ConfigurationManager to Another File
I am looking to redirect the standard .Net ConfigurationManager class to another file; entirely. The path is determined at runtime so I can't use configSource or such (this is not …
4
votes
6answers
288 views
int[] arr={0}; int value = arr[arr[0]++]; Value = 1?
Today I came a cross an article by Eric Lippert where he was trying to clear the myth between the operators precedence and the order of evaluation. At the end there were two code s …
2
votes
2answers
80 views
Create a process from a driver
Hi All!
Is there a way to create a user-mode process from kernel-mode on Windows NT platform (XP-W7)?
EDIT: I must install only the driver. This is a specific of the project.
10
votes
4answers
536 views
Are there any “undocumented features” in Silverlight?
I was wondering if there are any features in Silverlight 2 or 3 that aren't documented or are hidden very deep in the framework? Stuff that can be very helpful in some cases, but c …
2
votes
1answer
565 views
iPhone Temperature Sensor
My question is very similar to this one: iPhone Proximity Sensor. There's clearly some manner of thermometer within the iPhone that's readable by the OS. Has anyone uncovered the …
2
votes
8answers
2k views
Finding Dll Function Parameters
How would one go about finding the parameters of an undocumented Dll function? I have searched all over the internet and have found one way involving decorated functions but I cann …
0
votes
5answers
357 views
Finding undocumented APIs in Windows
I was curious as to how does one go about finding undocumented APIs in Windows.
I know the risks involved in using them but this question is focused towards finding them and not w …
8
votes
6answers
552 views
Visual Studio - tips for managing work on many open files
How do you feel about VS making you hunt for a tab that you used just minutes ago when you have a bazillion open tabs? What about constantly dragging tabs around to keep the ones y …
2
votes
4answers
291 views
Undocumented System Procedure ‘sp_MSforeachtable’ and the @whereand parameter
I'm attempting to use the undocumented system procedure sp_MSforeachtable. But I need to restrict the affected tables to those that start with "smp" and that are in the "dbo" schem …
1
vote
4answers
212 views
Undocumented Windows API question…
Does anyone know what parameters to pass to dwmapi.dll ordinal #113? (Windows 7)
I'm trying to incorporate this method into an application that I'm writing. From what I can tell, …
