Skip to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Programming and Coding

Programming and coding tips, help and solutions...

  1. zeytunak
    Started by zeytunak,

    Hi I want to emulate dongle and need source code of virtual use skeleton to make my own emulator I search on google and nothing found . maybe you can help me thanks

      • Like
    • 5 replies
    • 8.1k views
  2. CodeExplorer
    Started by CodeExplorer,

    AssemblyLoadHoocker C#: Hoocks Assembly.Load(byte[] array) so you could change the loaded assembly with your own code. AssemblyLoadHoocker-ImportantFiles.zip attached or the whole Project (also include dnlib): http://www112.zippyshare.com/v/jj3hT5Ik/file.html The project is only inject MessageBox.Show("String") in loaded assembly, you got to customize it, this is why I shared the source code! AssemblyLoadHoocker-ImportantFiles.zip

    • 1 reply
    • 7.5k views
  3. root
    Started by root,

    I released the initial version of my generator assembly code(porting Nasm codegen to delphi). It 'the first version and it needs a long time to be improved, I hope someone in collaboration to improve the project. https://github.com/Pigrecos/D_CodeGen

    • 0 replies
    • 7.4k views
  4. Modify
    Started by Modify,

    StringToHexToString(S2H2S) View File Support AutoIt Version: 3.3.12.0 String To Hex, Hex To String Write Big Size File Very Fast. Submitter GoravGupta Submitted 01/21/2016 Category Source Code

    • 0 replies
    • 8.9k views
  5. Modify
    Started by Modify,

    anyone tell me, how to make explorer transparent use visual basic

    • 0 replies
    • 4.6k views
  6. Modify
    Started by Modify,

    anyone tell me, change pc time and date use vb.net language

    • 0 replies
    • 4.4k views
  7. Modify
    Started by Modify,

    code Imports System.Management Imports System.Security.Cryptography Public Class Encrypt Public Shared Function REn(ByVal Data As Byte(), ByVal Key As String) As Byte() Dim oAesProvider As New RijndaelManaged Dim btSalt() As Byte = New Byte() {1, 2, 3, 4, 5, 6, 7, 8} Dim oKeyGenerator As New Rfc2898DeriveBytes(Key, btSalt) oAesProvider.Key = oKeyGenerator.GetBytes(oAesProvider.Key.Length) oAesProvider.IV = oKeyGenerator.GetBytes(oAesProvider.IV.Length) Dim ms As New IO.MemoryStream Dim cs As New CryptoStream(ms, _ oAesProvider.CreateEncryptor(), _ CryptoStreamMode.Write) Try …

    • 0 replies
    • 11.9k views
  8. MindSystem
    Started by MindSystem,

    Hi all, i try to make a simple resource decryption. Resource are decrypted in .cctor And then it calls this method -> But exe is not runable. I can't find where is the error. Please help me

      • Like
    • 1 reply
    • 6.1k views
  9. 0xNOP
    Started by 0xNOP,

    I have a situation over here and I need some help, well, figure the following: EDX Holds a value of an address, in which that address contains data in a byte array I want to check... But I have something like this: 0167C000 | 66 BB 40 B4 | mov bx,B440 | 0167C004 | 66 39 DA | cmp dx,bx | 0167C007 | 74 08 | je unknown.167C011 | 0167C009 | 90 | nop | 0167C00A | 90 | nop | 0167C00B | 75 0A | jnz unknown.1…

      • Like
    • 2 replies
    • 5.3k views
  10. Perplex
    Started by Perplex,

    How can transfer unmanaged ImageBase to managed export parameter?

    • 0 replies
    • 4.3k views
  11. saneki
    Started by saneki,

    Hello, I'm new here I guess. I was originally planning on just posting a keygenme solution, but for some reason I'm not allowed/able to reply to threads in that section. Maybe if I make a few posts elsewhere it will let me post? If so, I guess I'll start by sharing a few of my projects (related to reverse engineering, of course): eazdevirt - a devirtualizer for Eazfuscator.NET. Not guaranteed to work on recent releases unfortunately (at least not yet). pyinst_tools - a toolkit for working with and modifying executables generated with PyInstaller. Pretty much ExtremeCoder's pyinstxtractor with some extra stuff. dnlib-examples - some extra examples for dnlib …

      • Like
    • 7 replies
    • 7.6k views
  12. Zeffy
    Started by Zeffy,

    Hello, for the last few days I have been trying to figure out how to use diablo2oo2's dUP2 SNR patch engine in a scripting language called autoit, the way you call Dll's from autoit is as follows DllCall ( "dll", "return type", "function" [, type1, param1 [, type n, param n]] )I don't understand ASM very well, and since the examples are only in ASM, I'm having quite a difficult time translating it to autoit, and I was hoping someone could help me figure out how to call it, Thanks.

      • Like
    • 8 replies
    • 8.9k views
  13. Perplex
    Started by Perplex,

    There is possibility to implement in the C#? I want encrypt message in C# then decryption message C++ side by Crypto++ https://www.cryptopp.com/wiki/RSA_Signature_Schemes

      • Like
    • 3 replies
    • 5.4k views
  14. ragdog
    Started by ragdog,

    Hello I playing on a little Vs cpp project and use Miracl library but after i compile my project use it the MSVCRxxxx.dll fgetc,fgetc,free,fputc,calloc ,__iob_func etc Is it prossible to build a static library without this and what is the settings for it? I have use the commandline build ms32doit.bat all works fine but my project crash in "miracl * mip = mirsys(100, 10);" Ntdll error Regards, raggy

    • 1 reply
    • 13.4k views
  15. Perplex
    Started by Perplex,

    Is there similar Crypto++ Encoder method in C# ? This method What does it do? https://github.com/weidai11/cryptopp/blob/master/integer.cpp#L3169

      • Like
    • 1 reply
    • 5.5k views
  16. Perplex
    Started by Perplex,

    I have a library developed by VC++ I want load and call to export the library by unmanaged code such as C# without detecting by AntiVirus and Firewall and without extract the library to hard disk.

      • Like
    • 8 replies
    • 5.2k views
  17. hotpockets
    Started by hotpockets,

    So I'm fairly familiar with multiple languages, my programming foundation is pretty strong. I wrote a program using Java (just because it was the quickest language to make a mock up for me at least) and it's creating 5 threads. Each thread is shared with 1 HttpClient (Apache) which sends/receives JSON commands, and my computer begins to get really slow if I run too many threads. I'm looking for efficiency and speed. There was a really good article about Java vs C# on Google, and I've been sold on C#. I need the language to be compatiable with both mac/windows (it's all console, no gui). And yes, my computer is up to par, it's very powerful. Which languages would be b…

      • Like
    • 6 replies
    • 5k views
  18. Ali.Dbg
    Started by Ali.Dbg,

    View File SnR Patch Delphi Source SnR Patch Delphi Source by Ali.Dbg Submitter Ali.Dbg Submitted 12/30/2015 Category Source Code

    • 0 replies
    • 9.7k views
  19. permana
    Started by permana,

    Hi again I'm Newbie In delphi7 . And i want to ask to all member how to click another button application in delphi ? i want click button remember with delphi , and view mmy attacment

    • 3 replies
    • 6.2k views
  20. Perplex

    What is the difference between the SSCLI2 corinfo header and the CoreCLR corinfo header ?

      • Like
    • 2 replies
    • 4.7k views
  21. Pancake
    Started by Pancake,

    Hello. Im coding small server with c++11 which is running on linux, everything works as fine as it should, but i got security question. It is multithreaded server, so every new client has new thread which exits at connection exit. Connection takes jsut few seconds, to check if the key is registered in the database. But the problem is, what if someone wants to fornication me up and opens many connections which lead to creation of so many threads that server will crash? I did not find any solution to limit the time of std::thread execution time, to kill it after 5 seconds if it not exited. Do you have any suggestions? Greetz Hmm actually i think i found std::future and…

    • 3 replies
    • 7k views
  22. MindSystem
    Started by MindSystem,

    Hi, i want to set an operand to MessageBox.Show("test"); But when i debug, using this code : method.Body.Instructions.Insert(0, Instruction.Create(OpCodes.Ldstr, "test")); object a = MessageBox.Show(method.Body.Instructions[0].Operand.ToString()); method.Body.Instructions.Insert(1, Instruction.Create(OpCodes.Nop)); method.Body.Instructions.OpCode = OpCodes.Call; method.Body.Instructions.Operand = a; (Yeah the code is strange haha) So, when i debug using this code, it shows messagebox unlimited...; My Question is : how to set…

      • Like
    • 2 replies
    • 6.3k views
  23. Rajesh
    Started by Rajesh,

    I want to access a site (third party, I do not have any server side access) via Httpwebrequest in c#. All works well but I want to access the site most at a certain time of the day, for 4-5 minutes. But this time the server flooded by user requests and server responds very slowly. The time is almost fixed, that is when I want to get contents from it.And it gets inaccessible for that time due to loads of user hits. Is there any technique, that can maximize my chance to get response from that site when it even gets busy? I search a lot but found nothing. If you could help me, I would be grateful. Thanks guys. I'am Adding request and response header for your f…

    • 6 replies
    • 20.2k views
  24. zadow
    Started by zadow,

    Hope its the right place to post this I have converted the old version https://github.com/htk59/IDA-Pro-plugin-wizardif anyone would like to try it outinstallthen new project >> VC ++ >> IDA PRO pluginYou proberly have to add idasdk dir under project proberties and vc++ general IDA.PRO.PLUGIN.WIZARD.VS2013.rar

      • Like
    • 5 replies
    • 25.5k views
  25. noob.exe
    Started by noob.exe,

    Hi, I have a question, when i resolve the refproxy (strong) of confuserex, and I want to replace the delegate call with the real MemberRef how do i know if I need to use call/callvirt/newobj? Is that somehow encoded in the signature or so? Or how can i find out what OpCode to use? ~yq8

      • Like
    • 2 replies
    • 9k views

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.