Firmware Analysis: Tools, Methods, and Techniques (Part 2)

Firmware Analysis: Tools, Methods, and Techniques (Part 2)

This article is an excellent piece from the Kx forum. Kx forum author ID:StrokMitream Continuing from the previous article,Firmware Analysis: Tools, Methods, and Techniques (Part 1) This is the second part. 5. Is it encrypted? During firmware analysis, you may encounter files that are encrypted to some extent. In this case, you first need to … Read more

Remote Debugging of MIPS Executables with QEMU and IDA

Remote Debugging of MIPS Executables with QEMU and IDA

Introduction Remote debugging with QEMU is quite simple; just enable the -g parameter to bind to a local port. However, IDA requires some configuration to debug MIPS architecture binary files and pause processes for debugging. (There are many online tutorials on how to run IDA in Linux and set up the buildroot environment, or feel … Read more

Analysis of Encryption Algorithm in Companion App Protocol

Analysis of Encryption Algorithm in Companion App Protocol

This article is an excellent piece from the KX Forum Author from KX ForumID: Mr.YX 1. Open libsmsdk.so, locate the JNI_Onload function, import the jni.h file, and find the RegisterNatives function. if ( v11 == -2109534065 ) { v20 = v9->functions->RegisterNatives(&v9->functions, v34, (const JNINativeMethod *)off_7283C, 6); v5 = -1802225456; v10 = 86439211; v11 = -(~(v20 … Read more

Online Free Gene Prediction Drug Website – DSigDB for Candidate Drug Prediction Related to Specific Genes

Online Free Gene Prediction Drug Website - DSigDB for Candidate Drug Prediction Related to Specific Genes

Tutorial Video: Watch here Drug names: Lists the names of candidate drugs and their IDs in the database. P-value: Shows the original P-value of the drug’s association with the gene. Adjusted P-value: Displays the adjusted P-value, which is usually used to reduce false positives caused by multiple testing. Genes: Lists the genes associated with each … Read more