AGG2017
AGG2017
I think it is not hard to be done by creating a simple Python plugin that when activated, after loading new IDA database or anytime later, to read ida.cfg to...
I'm talking only for one private server for just one user. Different users can be detected by their current IP and their last selected database. If found there is no...
During the hello communication I see there is a license information with user name and email. Enough to detect the user properly. The leaking licenses can be entered in a...
I know about this project but it is not what I needed. In fact I started from Diaphora project and connected the local database file with a remote connection to...
I found easy way to get the DK product name by the first 7 digits of the bar code. https://www.digikey.com/classic/forms/dkc/www/productinformationerror.aspx?pid=5022796 from the bar code: 5022796000000010265686 it returns a form with:...
Simple address match with Diaphora is not that easy for close versions of embedded firmware with many almost equal functions. I did some tests and cannot succeed with more that...
This type of linear regression will be a bit challenging but recently I found another implementation with numpy polyfit that claimed to produce the same results as linreg in TradingView....
@arbitrage-technology Just to tell you if BB is inside KC is only one part of the indicator at TV. It also try to show you the level of the current...
The book "Mastering the Trade" by John Carter is a one that must be read in order to understand many important details how to successfuly use this indicator. All the...
All parameters how to plot one indicator should be just one style parameter as list of dictionaries, one for each element of the indicator. Then you can specify for MACD...