La Billetterie

Un peu de tout saupoudré délicatement

Affichage des articles dans General

Microsoft explique la méthode pas à pas : Source Server Helps You Kill Bugs Dead In Visual Studio 2005 use the Source Server programs to index the PDB files with version control information. The final step is to store those indexed PDB files in your symbol server The Source Server binaries, which do the actual […]

API Application Recovery & Restart : Relance automatiquement l’application API Windows Error Reporting : gérer le rapport d’erreur API Windows Transaction : Gestion des copies de fichiers en mode transactionnel ACID API Windows Perf : Gérer des compteurs de performances V 2.0

SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode – enable/disable session caching http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size – manipulate session cache size http://www.openssl.org/docs/ssl/SSL_CTX_sess_set_cache_size.html

La liste des principaux intrinsics est : InterlockedIncrement() InterlockedDecrement() InterlockedAdd Function InterlockedExchange() InterlockedCompareExchange() InterlockedCompareExchangePointer InterlockedExchangePointer() La version simple : – chaque thread incremente et décrémente librement. On commence à zéro et on augmente. On ne peut pas resdescendre en-desous de zéro. Interlocked increment et Decrement renvoient la valeur après l’opération. – En Acquistion: on teste […]

List the loaded modules in your crash report. EnumerateLoadedModules( GetCurrentProcess(), // Process Handle // Callback function pointer (PENUMLOADED_MODULES_CALLBACK) EnumerateLoadedModulesProc, 0 ); // User context. BOOL CALLBACK EnumerateLoadedModulesProc( PSTR ModuleName, ULONG ModuleBase, ULONG ModuleSize, PVOID UserContext ) La documentation MSDN de EnumerateLoadedModules64 Function : Voir aussi les autres fonctions DbgHelp à coté.

http://msdn.microsoft.com/fr-fr/library/8dbf701c(VS.80).aspx http://support.microsoft.com/?scid=kb%3Ben-us%3B894573&x=9&y=6

http://www.developpez.net/forums/d360827/java/general-java/apis/io/bind-exception-address-already-in-use-connect/ http://technet.microsoft.com/fr-fr/library/bb878133%28en-us%29.aspx Ephemeral refers to the fact that client application ports are relatively short-lived (open at a maximum for the time that the application is running) in comparison to server application ports that are typically open for the entire time that the server computer is running. The maximum value of an ephemeral TCP or UDP […]

Detours peut être utiliser pour intercepter un appel de fonction donné. Cet exemple Low Fragmentation Heap and Function Interception montre comment utilisers cela. Bonus : Une description d’un code de Garbage Collector générationel pour C++

Visual C++ : Building on the Command Line Visual C++ cl.exe Compiler Options Visual C++ link.exe Linker Options Devenv Command Line Switches : Devenv allows you to set various options for the integrated development environment (IDE) as well as compile, build, and debug projects from the command line

L’article du rapport sur l’attaque : http://www.win.tue.nl/hashclash/rogue-ca/

http://zenit.senecac.on.ca/wiki/index.php/Mozilla_Source_and_Symbol_Server Setting up a Symbol Server Using SymStore If you are using SymSrv as your symbol server, any compression should be done using the compress.exe tool that is distributed with the Microsoft Windows Software Development Kit (SDK). Compressed files should have an underscore as the last character in their file extensions (for example, module1.pd_ or […]

Windows Performance Analysis Tools : Contient Xperf.exe , Xperfview.exe et Xbootmgr.exe Windows Performance Toolkit – Xperf : One of the most powerful features in Performance Analyzer is the ability to visualize stacks. It’s important to note that this requires no special instrumentation in the code – only that you have symbols for the binary components […]

Scim est le standard Ubuntu. Sa plate-forme Alternatives : Sinon im-ja (http://im-ja.sourceforge.net/ ) http://ubuntuforums.org/showthread.php?t=534870&highlight=scim Configuration de im-ja sur Ubuntu ou gcin ? http://linux.die.net/man/1/gcin Quelques autres (pas géniales apparement): http://www.jw-stumpel.nl/stestu.html#T6.4 Install SCIM sur EeePC 900 Documentation officile SCIM setup ou communauté Une ime Ajax basée sur Chasen

Code pour un index du prix du baril en euro : FR0010511535- 2124S BRENT PI OPENS

Voir http://www.vasanth.in/2009/02/19/nokia-email-on-e71/ Le client intégré n’est pas terrible, mais Nokia fourni une version téléchargeable beaucoup plus performante.

enrollsvc.dll existe et semble lier à un service utilisé pour l’enrollement Methode d’enrollement OTA avec WM 6 : Utilise wap-provisioningdoc http://bansky.net/blog/2008/11/enrolling-user-certificate-into-windows-mobile-over-the-air/ Repose sur CertificateEnroller CSP : The CertificateEnroller Configuration Service Provider in Windows Mobile 6 enables you to generate certificates http://msdn.microsoft.com/en-us/library/bb737636.aspx Device Description Framework (DDF) file for the CertificateEnroller Configuration Service Provider. Open Mobile Alliance […]

XmlQueryRuntime Class : Provides methods and properties to support the XSLT processor. http://msdn.microsoft.com/en-us/library/system.xml.xsl.runtime.xmlqueryruntime.aspx Non supporté sur Compact Framework ! XML for Windows CE http://msdn.microsoft.com/en-us/library/ms910782.aspx There is support for XSLT through the TransformNode method Portage de MSXML *3* in Windows Mobile 5.0 : http://blogs.msdn.com/cenet/archive/2005/07/08/msxml-in-windows-mobile-5-0.aspx XML DOM Security http://msdn.microsoft.com/en-us/library/ms931337.aspx dSig ?

Certenroll vs Xenroll : http://msdn.microsoft.com/en-us/library/bb931379(VS.85).aspx Xenroll attempted to implement two parallel sets of interfaces. – ICEnroll[X] : Automation-compliant [] compatible with scripting languages. – IEnroll[X] : could not be scripted [] more convenient for C++ programmers. [] the two sets [] did not remain synchronized. [] ICEnroll4 defines only a subset of the functionality defined […]

Un exemple .Net [StructLayout(LayoutKind.Sequential,CharSet= CharSet.Unicode)] public struct CRYPTUI_VIEWCERTIFICATE_STRUCT { public int dwSize; public IntPtr hwndParent; public int dwFlags; [MarshalAs(UnmanagedType.LPWStr)] public String szTitle; public IntPtr pCertContext; public IntPtr rgszPurposes; public int cPurposes; public IntPtr pCryptProviderData; public Boolean fpCryptProviderDataTrustedUsage; public int idxSigner; public int idxCert; public Boolean fCounterSigner; public int idxCounterSigner; public int cStores; public IntPtr rghStores; […]

Excellent ! http://picasaweb.google.com/CaeruleanXII/1337#5149959307068234626